| Index: opcodes/i370-dis.c
|
| diff --git a/opcodes/i370-dis.c b/opcodes/i370-dis.c
|
| index 98c110bcdfaa1f2158c6354df99837c7e5528bd2..05a63419ceb2b1ea22597076bd71d483e448586f 100644
|
| --- a/opcodes/i370-dis.c
|
| +++ b/opcodes/i370-dis.c
|
| @@ -1,5 +1,6 @@
|
| /* i370-dis.c -- Disassemble Instruction 370 (ESA/390) instructions
|
| - Copyright 1994, 2000, 2003, 2005, 2007 Free Software Foundation, Inc.
|
| + Copyright 1994, 2000, 2003, 2005, 2007, 2012
|
| + Free Software Foundation, Inc.
|
| PowerPC version written by Ian Lance Taylor, Cygnus Support
|
| Rewritten for i370 ESA/390 support by Linas Vepstas <linas@linas.org>
|
|
|
| @@ -20,8 +21,8 @@
|
| Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| -#include <stdio.h>
|
| #include "sysdep.h"
|
| +#include <stdio.h>
|
| #include "dis-asm.h"
|
| #include "opcode/i370.h"
|
|
|
|
|