| Index: opcodes/mips-opc.c
|
| diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
|
| index 4083c1a6249fbe1cf9d9e873f22b49587e30df6b..93238d43a5c6c242d31db6a6c610f471e34609e6 100644
|
| --- a/opcodes/mips-opc.c
|
| +++ b/opcodes/mips-opc.c
|
| @@ -1,6 +1,7 @@
|
| /* mips-opc.c -- MIPS opcode list.
|
| Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
| - 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
| + 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012
|
| + Free Software Foundation, Inc.
|
| Contributed by Ralph Campbell and OSF
|
| Commented and modified by Ian Lance Taylor, Cygnus Support
|
| Extended for MIPS32 support by Anders Norlander, and by SiByte, Inc.
|
| @@ -24,8 +25,8 @@
|
| Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| -#include <stdio.h>
|
| #include "sysdep.h"
|
| +#include <stdio.h>
|
| #include "opcode/mips.h"
|
|
|
| /* Short hand so the lines aren't too long. */
|
|
|