X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2FChangeLog;h=7874132d7f898506cbde20c749d70f353d569173;hb=8f9ea98bebb629f0e6993be015f042bf45dcdd18;hp=4467bb2fb8b78635cec51d935f6914d7d32d4f3c;hpb=71f6efc44e1bc525313f62dc6e30b4706fc644d3;p=binutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 4467bb2fb8b..7874132d7f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2018-08-07 James Patrick Conlon + Nick Clifton + + PR 23481 + * config/tc-pdp11.c (parse_op_noreg): Check for deferred register + addressing before assuming non-deferred addressing. + * testsuite/gas/pdp11/pr23481.s: New test source file. + * testsuite/gas/pdp11/pr23481.d: New test driver file. + * testsuite/gas/pdp11/pdp11.exp: Run the new test. + 2018-08-06 Claudiu Zissulescu * config/tc-arc.c (rf16_only): New static variable. @@ -93,7 +103,7 @@ (swap_2_operands): Also swap flags fields. * config/tc-i386-intel.c (i386_intel_operand): Likewise. -2018-08-01 James Patrick Conlon +2018-08-01 James Patrick Conlon Nick Clifton PR 14480