diff options
author | Nick Clifton <nickc@redhat.com> | 2005-06-08 17:02:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-06-08 17:02:54 +0000 |
commit | 03b13e59e203becdaec06f112afe53a50b11c2ce (patch) | |
tree | d54c8b9ab668badf73f470972a631036044ff2cf /gas/ChangeLog | |
parent | 985d94900d3fd3a8c49798ca6cc2192b321be2f4 (diff) | |
download | gdb-03b13e59e203becdaec06f112afe53a50b11c2ce.zip gdb-03b13e59e203becdaec06f112afe53a50b11c2ce.tar.gz gdb-03b13e59e203becdaec06f112afe53a50b11c2ce.tar.bz2 |
PR991
* config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a temporary copy
of the operands array so that changes can be safely backed out if the insn
does not match.
(m68k_compare_opcode): Shortcut the test when the parameters are the same.
Return 1 if the names match but the second opcode is further on in the array
than the first.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9bb49fe..5ea1397 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2005-06-08 Tomas Hurka <tom@hukatronic.cz> + + PR991 + * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a + temporary copy of the operands array so that changes can be safely + backed out if the insn does not match. + (m68k_compare_opcode): Shortcut the test when the parameters are + the same. Return 1 if the names match but the second opcode is + further on in the array than the first. + 2005-06-08 Nick Clifton <nickc@redhat.com> PR 994 |