From 214f86c94b4812b289ed0c052194952e5bc6cb88 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 3 Aug 2011 21:09:46 +0000 Subject: [PATCH] * mips.h: Document the use of FP_D in MIPS16 mode. Adjust the order of flags documented. --- include/opcode/ChangeLog | 5 +++++ include/opcode/mips.h | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e7bfecdec..b21812e4b 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2011-08-03 Maciej W. Rozycki + + * mips.h: Document the use of FP_D in MIPS16 mode. Adjust the + order of flags documented. + 2011-07-29 Maciej W. Rozycki * mips.h: Clarify the description of microMIPS instruction diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 609a4af53..eba71913c 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -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[];