diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-10 22:52:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-10 22:52:37 +0000 |
commit | fe50f4392bca01008cc4d75fba55fd7770f52949 (patch) | |
tree | 29479280423f0d083205d8cfd6a68c59a86b16e6 /bfd/hosts | |
parent | 8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a (diff) | |
download | gdb-fe50f4392bca01008cc4d75fba55fd7770f52949.zip gdb-fe50f4392bca01008cc4d75fba55fd7770f52949.tar.gz gdb-fe50f4392bca01008cc4d75fba55fd7770f52949.tar.bz2 |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h index fdf17f1..27901c5 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. */ |