* mips.h: Document the use of FP_D in MIPS16 mode. Adjust the

order of flags documented.
This commit is contained in:
Maciej W. Rozycki 2011-08-03 21:09:46 +00:00
parent 2a5e0b2dee
commit 214f86c94b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-03 Maciej W. Rozycki <macro@codesourcery.com>
* mips.h: Document the use of FP_D in MIPS16 mode. Adjust the
order of flags documented.
2011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
* mips.h: Clarify the description of microMIPS instruction

View File

@ -1315,6 +1315,9 @@ extern int bfd_mips_num_opcodes;
/* The following flags have the same value for the mips16 opcode
table:
INSN_ISA3
INSN_UNCOND_BRANCH_DELAY
INSN_COND_BRANCH_DELAY
INSN_COND_BRANCH_LIKELY (never used)
@ -1323,7 +1326,7 @@ extern int bfd_mips_num_opcodes;
INSN_WRITE_HI
INSN_WRITE_LO
INSN_TRAP
INSN_ISA3
FP_D (never used)
*/
extern const struct mips_opcode mips16_opcodes[];