From: David Edelsohn Date: Fri, 8 Jul 2005 18:33:45 +0000 (+0000) Subject: backport: re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1) X-Git-Tag: releases/gcc-3.4.5~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a88e3ec4a5049f3cf36f8fe6a8a47ec18a2e76e;p=thirdparty%2Fgcc.git 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 --- 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 -