]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1)
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 8 Jul 2005 18:33:45 +0000 (18:33 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 8 Jul 2005 18:33:45 +0000 (14:33 -0400)
2005-07-08  David Edelsohn  <edelsohn@gnu.org>

        Backport from mainline:
        2005-06-18  Roger Sayle  <roger@eyesopen.com>
        PR target/22083
        * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.

From-SVN: r101784

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

index 0d740abb922465d5cb31cd7282c46ea6055c2bd3..3059b5fb255d1f3d1194b6568fa76120da52645f 100644 (file)
@@ -1,3 +1,10 @@
+2005-07-08  David Edelsohn  <edelsohn@gnu.org>
+
+       Backport from mainline:
+       2005-06-18  Roger Sayle  <roger@eyesopen.com>
+       PR target/22083
+       * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.
+
 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
 
        PR c/22308
index 278b6a4c32a82c7b83b0f47ee4143d8d26eb49b8..863b97fb2293939c1cb584012d43cbdefb2ba2a4 100644 (file)
@@ -197,7 +197,3 @@ do {                                                                        \
 #undef LD_INIT_SWITCH
 #define LD_INIT_SWITCH "-binitfini"
 
-/* AIX 5.1 has the float and long double forms of math functions.  */
-#undef TARGET_C99_FUNCTIONS
-#define TARGET_C99_FUNCTIONS  1
-