diff options
author | David Edelsohn <edelsohn@gnu.org> | 2005-01-18 17:15:08 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-01-18 12:15:08 -0500 |
commit | 56015ceeb5303ecc35444b1d3d5efbaa79e5f030 (patch) | |
tree | 06cbd112b723571c6080170b56ef142ef45abd34 /gcc | |
parent | 1906b8dc438846256e893d34e0a526a422f13b11 (diff) | |
download | gcc-56015ceeb5303ecc35444b1d3d5efbaa79e5f030.zip gcc-56015ceeb5303ecc35444b1d3d5efbaa79e5f030.tar.gz gcc-56015ceeb5303ecc35444b1d3d5efbaa79e5f030.tar.bz2 |
aix43.h (CPLUSPLUS_CPP_SPEC): Delete _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
* config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
* config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
* config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
From-SVN: r93839
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/rs6000/aix43.h | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/aix51.h | 7 | ||||
-rw-r--r-- | gcc/config/rs6000/aix52.h | 5 |
4 files changed, 11 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2986541..396f7ce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-01-18 David Edelsohn <edelsohn@gnu.org> + + * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete + _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API. + * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same. + * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same. + 2005-01-18 Joel Sherrill <joel.sherrill@oarcorp.com> PR target/19379 diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 8e2d686..f5b6e17 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -116,10 +116,7 @@ do { \ defined. */ #undef CPLUSPLUS_CPP_SPEC #define CPLUSPLUS_CPP_SPEC \ - "-D_XOPEN_SOURCE=500 \ - -D_XOPEN_SOURCE_EXTENDED=1 \ - -D_LARGE_FILE_API \ - -D_ALL_SOURCE \ + "-D_ALL_SOURCE \ %{maix64: -D__64BIT__} \ %{mpe: -I/usr/lpp/ppe.poe/include} \ %{pthread: -D_THREAD_SAFE}" diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index ea0b612..033431b 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V5. - Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. @@ -118,10 +118,7 @@ do { \ defined. */ #undef CPLUSPLUS_CPP_SPEC #define CPLUSPLUS_CPP_SPEC \ - "-D_XOPEN_SOURCE=500 \ - -D_XOPEN_SOURCE_EXTENDED=1 \ - -D_LARGE_FILE_API \ - -D_ALL_SOURCE \ + "-D_ALL_SOURCE \ %{maix64: -D__64BIT__} \ %{mpe: -I/usr/lpp/ppe.poe/include} \ %{pthread: -D_THREAD_SAFE}" diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index e80a57c..29646f8 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -106,10 +106,7 @@ do { \ defined. Synchronize with libstdc++ os_defines.h. */ #undef CPLUSPLUS_CPP_SPEC #define CPLUSPLUS_CPP_SPEC \ - "-D_XOPEN_SOURCE=500 \ - -D_XOPEN_SOURCE_EXTENDED=1 \ - -D_LARGE_FILE_API \ - -D_ALL_SOURCE \ + "-D_ALL_SOURCE \ %{maix64: -D__64BIT__} \ %{mpe: -I/usr/lpp/ppe.poe/include} \ %{pthread: -D_THREAD_SAFE}" |