* config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
[deliverable/binutils-gdb.git] / include / opcode / mips.h
index 27d10e61a842a201b6d7623839f396deffb75ca2..d6b3cf497e361fadc62dc9b015ad7c1719181ed4 100644 (file)
@@ -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, 2009
+   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
@@ -1106,4 +1106,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_ */
This page took 0.026532 seconds and 4 git commands to generate.