diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 031fb42..366f4c1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2018-08-21 Alan Modra <amodra@gmail.com> + * config/tc-ppc.c (md_assemble): Delay counting of optional + operands until one is encountered. Allow for the possibility + of optional base regs, ie. PPC_OPERAND_PARENS. Call + ppc_optional_operand_value with extra args. + +2018-08-21 Alan Modra <amodra@gmail.com> + * testsuite/gas/s12z/bit-manip-invalid.d: Correct regexps. 2018-08-18 John Darrington <john@darrington.wattle.id.au> |