re PR java/41991 (gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9)

2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>

	PR java/41991
	* config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
	SHLIB_MAPFILES.

From-SVN: r156445
This commit is contained in:
Jack Howarth 2010-02-02 08:18:48 +00:00 committed by Andreas Tobler
parent fc15bd0319
commit 1bcb71c459
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
PR java/41991
* config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
SHLIB_MAPFILES.
2010-01-04 Anthony Green <green@moxielogic.com>
* config/moxie/crti.asm, config/moxie/crtn.asm,

View File

@ -24,7 +24,7 @@ SHLIB_LINK = $(CC) $(LIBGCC2_CFLAGS) -dynamiclib -nodefaultlibs \
SHLIB_MKMAP = $(gcc_srcdir)/mkmap-flat.awk
SHLIB_MKMAP_OPTS = -v leading_underscore=1
SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver
SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/libgcc-libsystem.ver
# we're only going to build the stubs if the target slib is /usr/lib
# there is no other case in which they're useful in a live system.