summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2005-05-05 21:45:58 +0000
committerJim Wilson <wilson@tuliptree.org>2005-05-05 21:45:58 +0000
commit01b6e17ce03b06fc481fdab882647681a6418398 (patch)
tree391e0d6c67274934d86bf24939ea9e46c2dc262e /opcodes
parent7420233fe12e390165a887a83666705167c2e8bf (diff)
downloadbinutils-redhat-01b6e17ce03b06fc481fdab882647681a6418398.tar.gz
Fix ia64-hpux build failure.
* ia64-opc.c: Include sysdep.h before libiberty.h.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ia64-opc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7541ac2558..afd5988c54 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-05 James E Wilson <wilson@specifixinc.com>
+
+ * ia64-opc.c: Include sysdep.h before libiberty.h.
+
2005-05-05 Nick Clifton <nickc@redhat.com>
* configure.in (ALL_LINGUAS): Add vi.
diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c
index 03170fd8d9..dac6113589 100644
--- a/opcodes/ia64-opc.c
+++ b/opcodes/ia64-opc.c
@@ -20,8 +20,8 @@
02111-1307, USA. */
#include "ansidecl.h"
-#include "libiberty.h"
#include "sysdep.h"
+#include "libiberty.h"
#include "ia64-asmtab.h"
#include "ia64-asmtab.c"