* 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.
This commit is contained in:
Thiemo Seufer
2002-07-09 14:21:40 +00:00
parent 90310ffd09
commit 5051ed270c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* mips.h (INSN_MIPS16): New define.
2002-07-08 Alan Modra <amodra@bigpond.net.au>
* i386.h: Remove IgnoreSize from movsx and movzx.