diff options
author | Roger Sayle <roger@eyesopen.com> | 2005-06-18 13:26:20 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2005-06-18 13:26:20 +0000 |
commit | d6837ddcd40834185a24066ea76b5f493ac32282 (patch) | |
tree | 690376a83397c5dce6c860ce3df53270b2925dfe /gcc/config | |
parent | 61d3cdbb12e87dd8bfec8ce082c0ac1d5776474c (diff) | |
download | gcc-d6837ddcd40834185a24066ea76b5f493ac32282.zip gcc-d6837ddcd40834185a24066ea76b5f493ac32282.tar.gz gcc-d6837ddcd40834185a24066ea76b5f493ac32282.tar.bz2 |
re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1)
PR target/22083
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition.
From-SVN: r101156
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/aix51.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 64b87f1..98b4fd0 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -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 |