summaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-04-10 22:52:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-04-10 22:52:36 +0000
commit482a6fbd6c57b78074340552ee1bf89a8d8f17b9 (patch)
tree4bd798454fa763a8428a651463673e5a5d7b8c05 /bfd/hosts
parentd02bd39efee2900951260f15d6759a301f966fb0 (diff)
downloadbinutils-redhat-482a6fbd6c57b78074340552ee1bf89a8d8f17b9.tar.gz
Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define.
2010-04-10 H.J. Lu <hongjiu.lu@intel.com> * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before define. (HAVE_PRSTATUS32_T): Likewise.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/x86-64linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h
index fdf17f108c..27901c5fbf 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. */