re PR target/40913 (hppa-hpux: libgcc_s.sl does not have the 'internal name' (=soname) set)

PR target/40913
	* config/pa/t-hpux-shlib: Set soname in libgcc_s.sl.

From-SVN: r151826
This commit is contained in:
Michael Haubenwallner 2009-09-18 02:03:19 +02:00 committed by John David Anglin
parent f16fd827c3
commit 43eb894766
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-09-17 Michael Haubenwallner <michael.haubenwallner@salomon.at>
PR target/40913
* config/pa/t-hpux-shlib: Set soname in libgcc_s.sl.
2009-09-17 Jakub Jelinek <jakub@redhat.com>
* c-decl.c (finish_struct): Adjust DECL_SOURCE_LOCATION of

View File

@ -26,6 +26,7 @@ SHLIB_DIR = @multilib_dir@
SHLIB_SLIBDIR_QUAL = @shlib_slibdir_qual@
SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
-Wl,+h -Wl,$(SHLIB_SONAME) \
-o $(SHLIB_DIR)/$(SHLIB_NAME).tmp @multilib_flags@ $(SHLIB_OBJS) && \
rm -f $(SHLIB_DIR)/$(SHLIB_SONAME) && \
if [ -f $(SHLIB_DIR)/$(SHLIB_NAME) ]; then \