PR991
commite827819b6b6b71beb55a321b9a18531c78e5b453
authorNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 17:02:54 +0000 (8 17:02 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 8 Jun 2005 17:02:54 +0000 (8 17:02 +0000)
tree001ed0919f6e197e7893b9d1978e8a759527e8ff
parent0dc72b40a1ef5c631a1393562ef1a341accac9a3
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.
gas/ChangeLog
gas/config/tc-m68k.c