diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-11-22 18:58:05 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-11-22 10:58:05 -0800 |
commit | 174965f52f4931199150d13c2931f7ac297fa08f (patch) | |
tree | 3bdd54c6225d71a4dce205917418dbfe482c750d /gcc | |
parent | 7f58e7acc1e35e69a4dbb9c6e8318601c163f7b9 (diff) | |
download | gcc-174965f52f4931199150d13c2931f7ac297fa08f.zip gcc-174965f52f4931199150d13c2931f7ac297fa08f.tar.gz gcc-174965f52f4931199150d13c2931f7ac297fa08f.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 1 |
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) |