aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-11-17 22:23:10 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-11-17 22:23:10 +0000
commit816ea94e170fb059d35ab8e832b9617c52627fea (patch)
treeed106203c08821fb3a919f54f23e43825573ab92
parentac141aead6fa4a409ce9dfd56d84d80148be3323 (diff)
downloadgcc-816ea94e170fb059d35ab8e832b9617c52627fea.zip
gcc-816ea94e170fb059d35ab8e832b9617c52627fea.tar.gz
gcc-816ea94e170fb059d35ab8e832b9617c52627fea.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/t-darwin3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 396ac8d..7cd1f3b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin
index 3e89088..62d3c27 100644
--- a/gcc/config/rs6000/t-darwin
+++ b/gcc/config/rs6000/t-darwin
@@ -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