aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/darwin.h1
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ab73d7a..3a81593 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-22 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR target/24988
+ * config/rs6000/darwin.h (TARGET_OS_CPP_BUILTINS): Remove call
+ to SUBTARGET_OS_CPP_BUILTINS.
+
2005-11-22 Richard Earnshaw <richard.earnshaw@arm.com>
* arm.c (emit_set_insn): New function.
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index d1635ff..bb03029 100644
--- a/gcc/config/rs6000/darwin.h
+++ b/gcc/config/rs6000/darwin.h
@@ -55,7 +55,6 @@
builtin_define ("__POWERPC__"); \
builtin_define ("__NATURAL_ALIGNMENT__"); \
darwin_cpp_builtins (pfile); \
- SUBTARGET_OS_CPP_BUILTINS (); \
} \
while (0)