diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-05-14 15:35:22 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-05-14 15:35:22 +0000 |
commit | 9b3f89ee006eb0681730769be5146edc38e6e83f (patch) | |
tree | cab41be6aa13bcfcaf8743141a2986dd400da080 /opcodes/ChangeLog | |
parent | 369af7bd63d5dbadaabf44c1f595c6c31c244d2a (diff) | |
download | gdb-9b3f89ee006eb0681730769be5146edc38e6e83f.zip gdb-9b3f89ee006eb0681730769be5146edc38e6e83f.tar.gz gdb-9b3f89ee006eb0681730769be5146edc38e6e83f.tar.bz2 |
[ 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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b3c5b6f..37d1931 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2006-05-14 Thiemo Seufer <ths@mips.com> + + * mips16-opc.c (I1, I32, I64): New shortcut defines. + (mips16_opcodes): Change membership of instructions to their + lowest baseline ISA. + 2006-05-09 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (grps): Update sgdt/sidt for 64bit. |