summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix51.h
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-18 13:26:20 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-18 13:26:20 +0000
commitb53b8f49a6d8dd8754208bbf13f6229f5d208a74 (patch)
tree690376a83397c5dce6c860ce3df53270b2925dfe /gcc/config/rs6000/aix51.h
parentea8f3370b1692d96d1289a6ed7a757fd5b0685bd (diff)
downloadgcc-b53b8f49a6d8dd8754208bbf13f6229f5d208a74.tar.gz
PR target/22083
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101156 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix51.h')
-rw-r--r--gcc/config/rs6000/aix51.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h
index 64b87f18e9d..98b4fd00817 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