| Index: opcodes/micromips-opc.c
|
| diff --git a/opcodes/micromips-opc.c b/opcodes/micromips-opc.c
|
| index 251d8019335e3020f9a8d9a66bbd2f78979e6603..0f18c714cd32e47b9057eabf22a4c35eb8635dd3 100644
|
| --- a/opcodes/micromips-opc.c
|
| +++ b/opcodes/micromips-opc.c
|
| @@ -1,5 +1,5 @@
|
| /* micromips-opc.c. microMIPS opcode table.
|
| - Copyright 2008 Free Software Foundation, Inc.
|
| + Copyright 2008, 2012 Free Software Foundation, Inc.
|
| Contributed by Chao-ying Fu, MIPS Technologies, Inc.
|
|
|
| This file is part of the GNU opcodes library.
|
| @@ -19,8 +19,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"
|
|
|
| #define UBD INSN_UNCOND_BRANCH_DELAY
|
|
|