From: Scott James Remnant Date: Fri, 7 Nov 2003 03:14:10 +0000 (+0000) Subject: Retro-actively go back and fix the mistakes I made on my first commits... X-Git-Tag: release-1-9b~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32712359afadc7e248c455cacc13b887fccdf631;p=thirdparty%2Flibtool.git Retro-actively go back and fix the mistakes I made on my first commits... * Adjust ChangeLog dates to be when I committed, not when I posted the patches. * Adjust name/e-mail in ChangeLog to be the authors of the patches. * Add missing NEWS entry for Owen's patch. --- diff --git a/ChangeLog b/ChangeLog index fc222790b..cbbe69d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,18 +28,19 @@ _LT_CONFIG_STATUS_DECLARE using the null quadrigraph in the rvalues of lt_prog_compiler_pic. -2003-10-31 Scott James Remnant +2003-11-06 Owen Taylor - * m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R' - symbol type so read-only symbols can be exported when combining + * m4/libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Recognise the + 'R' symbol type so read-only symbols can be exported when combining GCC and Solaris LD. -2003-10-31 Scott James Remnant +2003-11-06 James Henstridge , + Scott James Remnant - * m4/libtool.m4: Include James Henstridge's patch to fix the - -export-symbols and -export-symbols-regex options under Linux. + * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [Linux]: Fix the + -export-symbols and -export-symbols-regex options. -2003-10-31 Scott James Remnant +2003-11-06 Scott James Remnant * tests/demo-nopic.test: Skip test on hppa, which don't like non-PIC shared libraries. diff --git a/NEWS b/NEWS index 394a1b831..47ad6a2ef 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,8 @@ New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team: * Specifying -allow-undefined is now an error. * Speed up max_cmd_len check. * Extracting symbols from an import library on cygwin and win32 now works. +* Recognises the 'R' symbol type on Solaris so read-only symbols can be + exported. * Initial support for amigaos-ppc. * Bug fixes.