diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2004-12-13 12:10:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-12-13 12:10:01 +0000 |
commit | e145f6a3f23c5c6d152adfc485c7c92701410a87 (patch) | |
tree | 409036021088d535ac14adb56fcfbcb76ee03bf0 | |
parent | 57d52c8111dddda368f48138429e42964396495f (diff) | |
download | gcc-e145f6a3f23c5c6d152adfc485c7c92701410a87.zip gcc-e145f6a3f23c5c6d152adfc485c7c92701410a87.tar.gz gcc-e145f6a3f23c5c6d152adfc485c7c92701410a87.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m32r/t-linux | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fad7919..92b6190 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/m32r/t-linux b/gcc/config/m32r/t-linux index 5bf67b4..311c4e7 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 |