gas/
authorCatherine Moore <clm@redhat.com>
Wed, 26 May 2010 12:59:56 +0000 (12:59 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 26 May 2010 12:59:56 +0000 (12:59 +0000)
commitf79e2745b210313ede58d9509e718f0e2506e045
tree1595cca36751635dd0d84bb1cfa98848de13554e
parentf9eeb9c926526185210dd56597014ba89ee29b53
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