Commit b6a4e963 by Andrew Pinski Committed by Andrew Pinski

re PR target/18217 (Ada Bootstrap failures on powerpc-darwin with undefined…

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
parent 2fa2d802
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.
2004-11-22 Dorit Naishlos <dorit@il.ibm.com>
PR tree-opt/18544
......
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment