summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils/dist/include/opcode
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2011-08-02 16:11:16 +0000
committermatt <matt@NetBSD.org>2011-08-02 16:11:16 +0000
commite96cbf61d2b3763f0d9f452d93b2b8cdcc2c7685 (patch)
tree201584bd049f8bc83c284af51fb0cc3c4b2598d6 /external/gpl3/binutils/dist/include/opcode
parenta1a4aedd662bf59ddda5e43e86dcc593c3a9e269 (diff)
Pull in change to support -m[no-]fix-loongson2f-{nop,jump}
Diffstat (limited to 'external/gpl3/binutils/dist/include/opcode')
-rw-r--r--external/gpl3/binutils/dist/include/opcode/mips.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/external/gpl3/binutils/dist/include/opcode/mips.h b/external/gpl3/binutils/dist/include/opcode/mips.h
index ea9063b79af..7b9549da9ad 100644
--- a/external/gpl3/binutils/dist/include/opcode/mips.h
+++ b/external/gpl3/binutils/dist/include/opcode/mips.h
@@ -1,6 +1,6 @@
/* mips.h. Mips opcode list for GDB, the GNU debugger.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2008
+ 2003, 2004, 2005, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Ralph Campbell and OSF
Commented and modified by Ian Lance Taylor, Cygnus Support
@@ -1102,4 +1102,8 @@ extern int bfd_mips_num_opcodes;
extern const struct mips_opcode mips16_opcodes[];
extern const int bfd_mips16_num_opcodes;
+/* A NOP insn impemented as "or at,at,zero".
+ Used to implement -mfix-loongson2f. */
+#define LOONGSON2F_NOP_INSN 0x00200825
+
#endif /* _MIPS_H_ */