From 6a88e3ec4a5049f3cf36f8fe6a8a47ec18a2e76e Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 8 Jul 2005 18:33:45 +0000 Subject: [PATCH] backport: re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1) 2005-07-08 David Edelsohn Backport from mainline: 2005-06-18 Roger Sayle PR target/22083 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. From-SVN: r101784 --- gcc/ChangeLog | 7 +++++++ gcc/config/rs6000/aix51.h | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d740abb9224..3059b5fb255d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-07-08 David Edelsohn + + Backport from mainline: + 2005-06-18 Roger Sayle + PR target/22083 + * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. + 2005-07-05 Joseph S. Myers PR c/22308 diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 278b6a4c32a8..863b97fb2293 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -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 - -- 2.47.2