mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
57d52c8111
commit
e145f6a3f2
|
@ -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>
|
2004-12-13 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* cfg.c (dump_flow_info): Don't dump pseudo info after reload.
|
* cfg.c (dump_flow_info): Don't dump pseudo info after reload.
|
||||||
|
|
|
@ -40,4 +40,4 @@ LIBGCC1 =
|
||||||
CROSS_LIBGCC1 =
|
CROSS_LIBGCC1 =
|
||||||
LIBGCC1_TEST =
|
LIBGCC1_TEST =
|
||||||
|
|
||||||
SHLIB_MAPFILES = $(srcdir)/config/m32r/libgcc-glibc.ver
|
SHLIB_MAPFILES += $(srcdir)/config/m32r/libgcc-glibc.ver
|
||||||
|
|
Loading…
Reference in New Issue