[ gas/ChangeLog ]
authorThiemo Seufer <ths@networkno.de>
Sun, 14 May 2006 15:35:22 +0000 (15:35 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 14 May 2006 15:35:22 +0000 (15:35 +0000)
commit9b3f89ee006eb0681730769be5146edc38e6e83f
treecab41be6aa13bcfcaf8743141a2986dd400da080
parent369af7bd63d5dbadaabf44c1f595c6c31c244d2a
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Test for currently active
mips16 option.
(mips16_ip): Reject invalid opcodes.

[ opcodes/ChangeLog ]
* mips16-opc.c (I1, I32, I64): New shortcut defines.
(mips16_opcodes): Change membership of instructions to their
lowest baseline ISA.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips.exp: Run new tests.
* gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/mips16e-64.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips16e-64.l [new file with mode: 0644]
gas/testsuite/gas/mips/mips16e-64.s [new file with mode: 0644]
gas/testsuite/gas/mips/mips16e.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips16e.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/mips16-opc.c