From: Jim Wilson Date: Thu, 5 May 2005 21:45:58 +0000 (+0000) Subject: Fix ia64-hpux build failure. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~334 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10b076a2ee094ad14e426e19c2fc1b224a129a53;p=platform%2Fupstream%2Fbinutils.git Fix ia64-hpux build failure. * ia64-opc.c: Include sysdep.h before libiberty.h. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7541ac2..afd5988 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2005-05-05 James E Wilson + + * ia64-opc.c: Include sysdep.h before libiberty.h. + 2005-05-05 Nick Clifton * configure.in (ALL_LINGUAS): Add vi. diff --git a/opcodes/ia64-opc.c b/opcodes/ia64-opc.c index 03170fd..dac6113 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"