]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define.
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 10 Apr 2010 22:52:37 +0000 (22:52 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 10 Apr 2010 22:52:37 +0000 (22:52 +0000)
2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>

* hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
define.
(HAVE_PRSTATUS32_T): Likewise.

bfd/ChangeLog
bfd/hosts/x86-64linux.h

index c1872c99e998f565744a05a64960b18cd90cb876..722537142658c00882c84914a039199ffe47ad72 100644 (file)
@@ -1,3 +1,9 @@
+2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
+       define.
+       (HAVE_PRSTATUS32_T): Likewise.
+
 2010-04-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR corefiles/11467
index fdf17f108c9a458cc4edf3fa55c8826407496841..27901c5fbfab9d86774ed84a58ccc5daf3ba24bb 100644 (file)
 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.  */