| Index: opcodes/m10200-dis.c
|
| diff --git a/opcodes/m10200-dis.c b/opcodes/m10200-dis.c
|
| index 6c69c0016ce61d4b02e7e91ba044773f5fe39a1d..3d2dd837a3e92fcc5bfaef9ff9094f73ecaada8a 100644
|
| --- a/opcodes/m10200-dis.c
|
| +++ b/opcodes/m10200-dis.c
|
| @@ -1,5 +1,6 @@
|
| /* Disassemble MN10200 instructions.
|
| - Copyright 1996, 1997, 1998, 2000, 2005, 2007 Free Software Foundation, Inc.
|
| + Copyright 1996, 1997, 1998, 2000, 2005, 2007, 2012
|
| + Free Software Foundation, Inc.
|
|
|
| This file is part of the GNU opcodes library.
|
|
|
| @@ -18,9 +19,8 @@
|
| Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| -#include <stdio.h>
|
| -
|
| #include "sysdep.h"
|
| +#include <stdio.h>
|
| #include "opcode/mn10200.h"
|
| #include "dis-asm.h"
|
| #include "opintl.h"
|
|
|