re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1)
authorRoger Sayle <roger@eyesopen.com>
Sat, 18 Jun 2005 13:26:20 +0000 (13:26 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 18 Jun 2005 13:26:20 +0000 (13:26 +0000)
PR target/22083
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.

From-SVN: r101156

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

index 73986314282ff7ce894e486db9ba8a2fb6524748..3e55d5891d9900d2bfce50c190d6f91cbeda167a 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-18  Roger Sayle  <roger@eyesopen.com>
+
+       PR target/22083
+       * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.
+
 2005-06-19  Dorit Nuzman  <dorit@il.ibm.com>
 
        * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New
index 64b87f18e9deaff48c705c0bf04934e0edb004f0..98b4fd0081707b64a7b744d17c69aa3c6563443a 100644 (file)
@@ -178,9 +178,5 @@ 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
-
 /* This target uses the aix64.opt file.  */
 #define TARGET_USES_AIX64_OPT 1