re PR target/24988 (gfortran build fails with - Undefined symbols)
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 22 Nov 2005 18:58:05 +0000 (18:58 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 22 Nov 2005 18:58:05 +0000 (10:58 -0800)
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

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index ab73d7a2732198db4a444e9e053cf23da70b5c2d..3a81593ac53dbf551f98e381ae8b7394ed56ca96 100644 (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.
index d1635ff38f000c1efdc014abd3c421b22dacf37d..bb0302930d56e4bf6a520c4a16a9a09862614ac2 100644 (file)
@@ -55,7 +55,6 @@
       builtin_define ("__POWERPC__");           \
       builtin_define ("__NATURAL_ALIGNMENT__"); \
       darwin_cpp_builtins (pfile);             \
-      SUBTARGET_OS_CPP_BUILTINS ();             \
     }                                           \
   while (0)