[ gas/ChangeLog ]gdb_6_5-2006-05-14-branchpoint
commit471e778ff4937ace14fe85177f509dd334ed2732
authorThiemo Seufer <ths@networkno.de>
Sun, 14 May 2006 15:35:22 +0000 (14 15:35 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 14 May 2006 15:35:22 +0000 (14 15:35 +0000)
tree3f754c68caf0b85e4690118bd8b42225b38ddf49
parent4db3691e4b1723efc180610497d4d6dae1192aee
[ 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