t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list rather than replacing...
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Mon, 13 Dec 2004 12:10:01 +0000 (12:10 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 13 Dec 2004 12:10:01 +0000 (12:10 +0000)
* config/m32r/t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to the list
rather than replacing the existing value.

From-SVN: r92085

gcc/ChangeLog
gcc/config/m32r/t-linux

index fad7919b531bb8640effe1122dd8ffe0237817ce..92b6190a9fecbbec58e067762f44eb7843f3b2c9 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/m32r/t-linux (SHLIB_MAPFILES): Add libgcc-glibc.ver to
+       the list rather than replacing the existing value.
+
 2004-12-13  Richard Henderson  <rth@redhat.com>
 
        * cfg.c (dump_flow_info): Don't dump pseudo info after reload.
index 5bf67b4848ae10fe5e178e9e790b83554715ba78..311c4e7ef9b7d4a4242fab0cb9dcb86a309eb6ca 100644 (file)
@@ -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