gas/
commit18ba7290c2d0e92aa0c03e84c64e14f531e9f174
authorCatherine Moore <clm@redhat.com>
Wed, 26 May 2010 12:59:54 +0000 (26 12:59 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 26 May 2010 12:59:54 +0000 (26 12:59 +0000)
tree0acc5295df76f851c495bf81794d6d7eb1fc44b3
parent4bf29ae9f64f7362fa11162f93856aa2b3031e75
gas/
* config/tc-mips.c (is_opcode_valid): Remove expansionp.
(macro_build): Change invocation of is_opcode_valid.
(mips_ip): Likewise.

gas/testsuite/
* gas/mips/mips-no-jalx.l: Delete.
* gas/mips/mips-no-jalx.s: Delete.
* gas/mips/mips-jalx-2.d: New.
* gas/mips/mips-jalx-2.s: New.
* gas/mips/mips.exp (mips-jalx-2): Run new test.
(mips-no-jalx): Remove deleted test.

include/
* opcode/mips.h (INSN_MIPS16): Remove.

opcodes/
* mips-dis.c (mips_arch): Remove INSN_MIPS16.
* mips-opc.c (I16): Remove.
(mips_builtin_op): Reclassify jalx.
13 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips-jalx-2.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips-jalx-2.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips-no-jalx.l [deleted file]
gas/testsuite/gas/mips/mips-no-jalx.s [deleted file]
gas/testsuite/gas/mips/mips.exp
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c