From bcd5d841fe3364d90c7a2f33ccc7a32e26e3b812 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Fri, 4 Jul 2003 12:42:01 +0000 Subject: aix51.h (TARGET_C99_FUNCTIONS): Define. * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define. * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise. From-SVN: r68920 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/aix51.h | 5 +++++ gcc/config/rs6000/aix52.h | 5 +++++ 3 files changed, 15 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5457f7d..5973a98 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-04 Roger Sayle + + * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define. + * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise. + 2003-07-04 Danny Smith PR c++/5287, PR c++/7910, PR c++/11021 diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 540bc69..278b6a4 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -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 + diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index acf1d8a..c066650 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -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 + -- cgit v1.1