summaryrefslogtreecommitdiffstats
path: root/binutils-2.22/opcodes/xtensa-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.22/opcodes/xtensa-dis.c')
-rw-r--r--binutils-2.22/opcodes/xtensa-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.22/opcodes/xtensa-dis.c b/binutils-2.22/opcodes/xtensa-dis.c
index 768d8f3..c21024e 100644
--- a/binutils-2.22/opcodes/xtensa-dis.c
+++ b/binutils-2.22/opcodes/xtensa-dis.c
@@ -1,5 +1,5 @@
/* xtensa-dis.c. Disassembly functions for Xtensa.
- Copyright 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ Copyright 2003, 2004, 2005, 2007, 2012 Free Software Foundation, Inc.
Contributed by Bob Wilson at Tensilica, Inc. (bwilson@tensilica.com)
This file is part of the GNU opcodes library.
@@ -19,6 +19,7 @@
Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
+#include "sysdep.h"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
@@ -26,7 +27,6 @@
#include "xtensa-isa.h"
#include "ansidecl.h"
#include "libiberty.h"
-#include "sysdep.h"
#include "dis-asm.h"
#include <setjmp.h>