re PR target/24988 (gfortran build fails with - Undefined symbols)

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.

From-SVN: r107368
This commit is contained in:
Andrew Pinski 2005-11-22 18:58:05 +00:00 committed by Andrew Pinski
parent 7f58e7acc1
commit 174965f52f
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -55,7 +55,6 @@
builtin_define ("__POWERPC__"); \
builtin_define ("__NATURAL_ALIGNMENT__"); \
darwin_cpp_builtins (pfile); \
SUBTARGET_OS_CPP_BUILTINS (); \
} \
while (0)