diff options
author | Catherine Moore <clm@codesourcery.com> | 2010-05-26 12:59:56 +0000 |
---|---|---|
committer | Catherine Moore <clm@codesourcery.com> | 2010-05-26 12:59:56 +0000 |
commit | 60321a0733673e54fa09fbcfe4bdc29387389fdb (patch) | |
tree | 8947c49711ab117ab1479039931ae4e958338d30 /include/opcode/ChangeLog | |
parent | a36728eae0d15b993073ad298e5ca4469936d20a (diff) | |
download | cygnal-60321a0733673e54fa09fbcfe4bdc29387389fdb.tar.gz cygnal-60321a0733673e54fa09fbcfe4bdc29387389fdb.tar.bz2 cygnal-60321a0733673e54fa09fbcfe4bdc29387389fdb.zip |
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.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 915e2f723..431598b2a 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Catherine Moore <clm@codesourcery.com> + + * opcode/mips.h (INSN_MIPS16): Remove. + 2010-04-21 Joseph Myers <joseph@codesourcery.com> * tic6x-insn-formats.h (s_branch): Correct typo in bitmask. |