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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d8ea270..39dfcc4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2006-05-14 Thiemo Seufer <ths@mips.com> + + * config/tc-mips.c (macro_build): Test for currently active + mips16 option. + (mips16_ip): Reject invalid opcodes. + 2006-05-11 Carlos O'Donell <carlos@codesourcery.com> * doc/as.texinfo: Rename "Index" to "AS Index", |