This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] to support libgcc_s.so for m32r-linux-gcc 3.4, 4.0


Hi Nick,

We noticed a problem to port shared libgcc.
Our linker script for m32r-linux has not used $(srcdir)/libgcc-std.ver.

Please commit this patch.

Regards,

Kazuhiro Inaoka

gcc/ChangeLog

2004-12-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

* config/m32r/t-linux (SHLIB_MAPFILES): Use libgcc-std.ver.


Index: t-linux
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32r/t-linux,v
retrieving revision 1.2
diff -u -r1.2 t-linux
--- t-linux	22 Nov 2004 12:34:37 -0000	1.2
+++ t-linux	13 Dec 2004 05:04:33 -0000
@@ -40,4 +40,4 @@
 CROSS_LIBGCC1 =
 LIBGCC1_TEST =
 
-SHLIB_MAPFILES = $(srcdir)/config/m32r/libgcc-glibc.ver
+SHLIB_MAPFILES += $(srcdir)/config/m32r/libgcc-glibc.ver

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]