From e145f6a3f23c5c6d152adfc485c7c92701410a87 Mon Sep 17 00:00:00 2001 From: Kazuhiro Inaoka Date: Mon, 13 Dec 2004 12:10:01 +0000 Subject: [PATCH] t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replacing the existing value. * config/m32r/t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replacing the existing value. From-SVN: r92085 --- gcc/ChangeLog | 5 +++++ gcc/config/m32r/t-linux | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fad7919b531b..92b6190a9fec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-13 Kazuhiro Inaoka + + * config/m32r/t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to + the list rather than replacing the existing value. + 2004-12-13 Richard Henderson * cfg.c (dump_flow_info): Don't dump pseudo info after reload. diff --git a/gcc/config/m32r/t-linux b/gcc/config/m32r/t-linux index 5bf67b4848ae..311c4e7ef9b7 100644 --- a/gcc/config/m32r/t-linux +++ b/gcc/config/m32r/t-linux @@ -40,4 +40,4 @@ LIBGCC1 = CROSS_LIBGCC1 = LIBGCC1_TEST = -SHLIB_MAPFILES = $(srcdir)/config/m32r/libgcc-glibc.ver +SHLIB_MAPFILES += $(srcdir)/config/m32r/libgcc-glibc.ver