aix43.h (CPLUSPLUS_CPP_SPEC): Delete _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FI...
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 18 Jan 2005 17:15:08 +0000 (17:15 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 18 Jan 2005 17:15:08 +0000 (12:15 -0500)
        * 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

gcc/ChangeLog
gcc/config/rs6000/aix43.h
gcc/config/rs6000/aix51.h
gcc/config/rs6000/aix52.h

index 29865413cfaf476622e6331051b3d7524aac35af..396f7ce96e46357f9f020db8428a056788e7a6e1 100644 (file)
@@ -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
index 8e2d6866f32a9812d946b82b6d6417a94bf31f40..f5b6e17227fa194a1eef2cfd1d8af559a4c13967 100644 (file)
@@ -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}"
index ea0b61297a73bc127b5a9c6793aaf1a7a873109d..033431be7c30505e1322e8ff3e48a50a8f59ec21 100644 (file)
@@ -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}"
index e80a57c31262c20f29fdcca60c9bc169f92f7730..29646f82bcd2de210f9dc2e55b5cd25ee9f044b0 100644 (file)
@@ -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}"