aix51.h (TARGET_C99_FUNCTIONS): Define.
authorRoger Sayle <roger@eyesopen.com>
Fri, 4 Jul 2003 12:42:01 +0000 (12:42 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 4 Jul 2003 12:42:01 +0000 (12:42 +0000)
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
* config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.

From-SVN: r68920

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

index 5457f7d1bf6dece296ddb13d322ef9adbe604f50..5973a98ef0aa87152a48c9585999c433023d2fe2 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-04  Roger Sayle  <roger@eyesopen.com>
+
+       * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
+       * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
+
 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
 
        PR c++/5287, PR c++/7910, PR c++/11021
index 540bc696b022706b8ad5609c8cacf888c0108265..278b6a4c32a82c7b83b0f47ee4143d8d26eb49b8 100644 (file)
@@ -196,3 +196,8 @@ 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
+
index acf1d8ae35117231107e053d899a81f005b632aa..c06665066b31722697a8269c400ceb8e8745ffff 100644 (file)
@@ -188,3 +188,8 @@ do {                                                                        \
 
 #undef LD_INIT_SWITCH
 #define LD_INIT_SWITCH "-binitfini"
+
+/* AIX 5.2 has the float and long double forms of math functions.  */
+#undef TARGET_C99_FUNCTIONS
+#define TARGET_C99_FUNCTIONS  1
+