diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-09-10 22:26:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-09-10 22:26:36 +0000 |
commit | 3e81d9f9faa6f824774487ab1938c9182763eff2 (patch) | |
tree | 337aed4c5d3399c4b3fd418ea19f728d421794ae /gas/ChangeLog | |
parent | 5c27d164d807fdd1f2eee400a81e74f210193118 (diff) | |
download | gdb-3e81d9f9faa6f824774487ab1938c9182763eff2.zip gdb-3e81d9f9faa6f824774487ab1938c9182763eff2.tar.gz gdb-3e81d9f9faa6f824774487ab1938c9182763eff2.tar.bz2 |
PR gas/10623
* config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>:
Allow register operands for SWYM as for TRIP and TRAP. Correct
operand handling and error checking. Never emit
BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 256942f..6dc5e82 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2009-09-11 Hans-Peter Nilsson <hp@bitrange.com> + + PR gas/10623 + * config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>: + Allow register operands for SWYM as for TRIP and TRAP. Correct + operand handling and error checking. Never emit + BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns. + 2009-09-10 Alan Modra <amodra@bigpond.net.au> * config/tc-d10v.c: Include dwarf2dbg.h. |