From: H.J. Lu Date: Sat, 10 Apr 2010 22:52:37 +0000 (+0000) Subject: Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe50f4392bca01008cc4d75fba55fd7770f52949;p=binutils-gdb.git Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define. 2010-04-10 H.J. Lu * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before define. (HAVE_PRSTATUS32_T): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1872c99e99..72253714265 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-04-10 H.J. Lu + + * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before + define. + (HAVE_PRSTATUS32_T): Likewise. + 2010-04-10 H.J. Lu PR corefiles/11467 diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h index fdf17f108c9..27901c5fbfa 100644 --- a/bfd/hosts/x86-64linux.h +++ b/bfd/hosts/x86-64linux.h @@ -38,7 +38,10 @@ typedef unsigned int uint32_t; #endif +#undef HAVE_PRPSINFO32_T #define HAVE_PRPSINFO32_T + +#undef HAVE_PRSTATUS32_T #define HAVE_PRSTATUS32_T /* These are the 32-bit x86 structures. */