| Index: opcodes/tilepro-dis.c
|
| diff --git a/opcodes/tilepro-dis.c b/opcodes/tilepro-dis.c
|
| index bf9910cab46956f0faa6f56410a168c8e1537567..a0a8c9a719918a0ea0cfb5fc7f2c3a7a9296cd2e 100644
|
| --- a/opcodes/tilepro-dis.c
|
| +++ b/opcodes/tilepro-dis.c
|
| @@ -1,5 +1,5 @@
|
| /* tilepro-dis.c. Disassembly routines for the TILEPro architecture.
|
| - Copyright 2011 Free Software Foundation, Inc.
|
| + Copyright 2011, 2012 Free Software Foundation, Inc.
|
|
|
| This file is part of the GNU opcodes library.
|
|
|
| @@ -18,12 +18,12 @@
|
| Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| +#include "sysdep.h"
|
| #include <stddef.h>
|
| #include <assert.h>
|
| #include "bfd.h"
|
| #include "elf/tilepro.h"
|
| #include "elf-bfd.h"
|
| -#include "sysdep.h"
|
| #include "dis-asm.h"
|
| #include "opcode/tilepro.h"
|
|
|
|
|