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:
parent
fc15bd0319
commit
1bcb71c459
@ -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,
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user