diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2010-02-02 08:18:48 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2010-02-02 09:18:48 +0100 |
commit | 1bcb71c4595c9cb2d61cdf2691edbbd3a589da71 (patch) | |
tree | 83561280af178bab48deac8cf999e73bbccf7c2c /libgcc/config/t-slibgcc-darwin | |
parent | fc15bd031910e85fde8856fa32e4f79efdf0478a (diff) | |
download | gcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.zip gcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.tar.gz gcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.tar.bz2 |
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
Diffstat (limited to 'libgcc/config/t-slibgcc-darwin')
-rw-r--r-- | libgcc/config/t-slibgcc-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/t-slibgcc-darwin b/libgcc/config/t-slibgcc-darwin index 9154b3a..0ba8f79 100644 --- a/libgcc/config/t-slibgcc-darwin +++ b/libgcc/config/t-slibgcc-darwin @@ -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. |