Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2011-08-04 01:09:46 +0400
committerMaciej W. Rozycki <macro@codesourcery.com>2011-08-04 01:09:46 +0400
commit214f86c94b4812b289ed0c052194952e5bc6cb88 (patch)
tree243eec56e919b001638421a60a1f819853920f34 /include/opcode/mips.h
parent2a5e0b2dee63237502e79ab5790306293219ece9 (diff)
* mips.h: Document the use of FP_D in MIPS16 mode. Adjust the
order of flags documented.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h5
1 files changed, 4 insertions, 1 deletions
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[];