diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-07-09 14:21:40 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-07-09 14:21:40 +0000 |
commit | aec421e08bbb6921022f45cf5f19a194177f2afb (patch) | |
tree | ed791de238cf0d5678e713ad58922f39bb36b989 /opcodes/ChangeLog | |
parent | a534e424ef4ba55edce00fcd0a9e85dcf2736b13 (diff) | |
download | gdb-aec421e08bbb6921022f45cf5f19a194177f2afb.zip gdb-aec421e08bbb6921022f45cf5f19a194177f2afb.tar.gz gdb-aec421e08bbb6921022f45cf5f19a194177f2afb.tar.bz2 |
* config/tc-mips.c (macro_build): Handle MIPS16 insns.
(mips_ip): Likewise.
* mips.h (INSN_MIPS16): New define.
* mips-dis.c (mips_isa_type): Add MIPS16 insn handling.
* mips-opc.c (I16): New define.
(mips_builtin_opcodes): Make jalx an I16 insn.
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 0b8925b..5cba4ec 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * mips-dis.c (mips_isa_type): Add MIPS16 insn handling. + * mips-opc.c (I16): New define. + (mips_builtin_opcodes): Make jalx an I16 insn. + 2002-06-18 Dave Brolley <brolley@redhat.com> * po/POTFILES.in: Add frv-*.[ch]. |