diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-11-22 13:49:40 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-11-22 05:49:40 -0800 |
commit | b6a4e963911a81b050e3930931c5cfc940f0aeac (patch) | |
tree | 0c94bdf3ffa6282a00f3c463027a859b273b4374 /gcc/config/rs6000/t-darwin | |
parent | 2fa2d802da69601c9945dbb988aa29e5567bd8d5 (diff) | |
download | gcc-b6a4e963911a81b050e3930931c5cfc940f0aeac.zip gcc-b6a4e963911a81b050e3930931c5cfc940f0aeac.tar.gz gcc-b6a4e963911a81b050e3930931c5cfc940f0aeac.tar.bz2 |
re PR target/18217 (Ada Bootstrap failures on powerpc-darwin with undefined symbol (__Unwind_fallback_frame_state_for))
2004-11-22 Andrew Pinski <pinskia@physics.uc.edu>
PR target/18217
* config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Move darwin-fallback.c to
(LIB2ADDEH): Here.
From-SVN: r91012
Diffstat (limited to 'gcc/config/rs6000/t-darwin')
-rw-r--r-- | gcc/config/rs6000/t-darwin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index 62d3c27..53324ae 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -1,6 +1,5 @@ LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \ - $(srcdir)/config/rs6000/darwin-ldouble.c \ - $(srcdir)/config/rs6000/darwin-fallback.c + $(srcdir)/config/rs6000/darwin-ldouble.c LIB2FUNCS_STATIC_EXTRA = \ $(srcdir)/config/rs6000/darwin-fpsave.asm \ @@ -14,3 +13,5 @@ TARGET_LIBGCC2_CFLAGS = -Wa,-force_cpusubtype_ALL # Export the _xlq* symbols from darwin-ldouble.c. SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver + +LIB2ADDEH += $(srcdir)/config/rs6000/darwin-fallback.c |