* config/tc-a29k.c (md_begin): When opcodes are mashed together in
authorIan Lance Taylor <ian@airs.com>
Thu, 28 Oct 1993 17:14:16 +0000 (17:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 28 Oct 1993 17:14:16 +0000 (17:14 +0000)
commit6121fb06adec6e5b49814c7f788e85c90060ce1e
tree08a8b66107da92543bbf341745bf26869c21d6d4
parent355b334f68ff59f3d24376ae374b9f50def45124
* config/tc-a29k.c (md_begin): When opcodes are mashed together in
the table, require that the one without bit 0x1000000 set come
first.  Require further that it be case 'b' or 'P'.  The a29k
opcode table already meets these constraints.
(machine_ip): When handling case 'i' or 'A', make sure that the
appropriate opcode really exists by looking at the next entry in
the opcode table.
gas/ChangeLog
gas/config/tc-a29k.c