Skip to content

Commit fe50f43

Browse files
committed
Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define.
2010-04-10 H.J. Lu <[email protected]> * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before define. (HAVE_PRSTATUS32_T): Likewise.
1 parent 8bc7f13 commit fe50f43

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

bfd/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2010-04-10 H.J. Lu <[email protected]>
2+
3+
* hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
4+
define.
5+
(HAVE_PRSTATUS32_T): Likewise.
6+
17
2010-04-10 H.J. Lu <[email protected]>
28

39
PR corefiles/11467

bfd/hosts/x86-64linux.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
typedef unsigned int uint32_t;
3939
#endif
4040

41+
#undef HAVE_PRPSINFO32_T
4142
#define HAVE_PRPSINFO32_T
43+
44+
#undef HAVE_PRSTATUS32_T
4245
#define HAVE_PRSTATUS32_T
4346

4447
/* These are the 32-bit x86 structures. */

0 commit comments

Comments
 (0)