t-darwin: Augment SHLIB_MAPFILES with config/rs6000/libgcc-ppc64.ver.
* config/rs6000/t-darwin: Augment SHLIB_MAPFILES with config/rs6000/libgcc-ppc64.ver. From-SVN: r90824
This commit is contained in:
parent
ac141aead6
commit
816ea94e17
|
@ -1,3 +1,8 @@
|
|||
2004-11-17 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* config/rs6000/t-darwin: Augment SHLIB_MAPFILES with
|
||||
config/rs6000/libgcc-ppc64.ver.
|
||||
|
||||
2004-11-17 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* cfgrtl.c (rtl_verify_flow_info): Don't use INSN_P when
|
||||
|
|
|
@ -11,3 +11,6 @@ LIB2FUNCS_STATIC_EXTRA = \
|
|||
# even though they use AltiVec instructions. -Wa is used because
|
||||
# -force_cpusubtype_ALL doesn't work with -dynamiclib.
|
||||
TARGET_LIBGCC2_CFLAGS = -Wa,-force_cpusubtype_ALL
|
||||
|
||||
# Export the _xlq* symbols from darwin-ldouble.c.
|
||||
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver
|
||||
|
|
Loading…
Reference in New Issue