From: Ian Lance Taylor Date: Wed, 7 Feb 1996 18:59:11 +0000 (+0000) Subject: * configure.host: When making a shared library, set HLDFLAGS to X-Git-Tag: gdb-4_18-branchpoint~9384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d649ca82a33fff8429b27902a07c4bbd8313627;p=thirdparty%2Fbinutils-gdb.git * configure.host: When making a shared library, set HLDFLAGS to pass an appropriate -rpath option. Use the make variable SONAME as the shared library soname, rather than computing it here. On SunOS, build stamp-tshlink in place of $(SHLINK). * Makefile.in (SONAME): New variable. ($(SHLINK)): Make a link to the transformed name, as well. (stamp-tshlink): New target. (install): Skip stamp-tshlink during install. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f093aa6c02b..513a637c6a0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Feb 7 13:56:06 1996 Ian Lance Taylor + + * configure.host: When making a shared library, set HLDFLAGS to + pass an appropriate -rpath option. Use the make variable SONAME + as the shared library soname, rather than computing it here. On + SunOS, build stamp-tshlink in place of $(SHLINK). + * Makefile.in (SONAME): New variable. + ($(SHLINK)): Make a link to the transformed name, as well. + (stamp-tshlink): New target. + (install): Skip stamp-tshlink during install. + Wed Feb 7 13:37:39 1996 Michael Meissner * elf.c (make_mapping): Add an additional argument to suppress