From: Scott James Remnant Date: Thu, 6 Nov 2003 17:28:31 +0000 (+0000) Subject: * m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R' X-Git-Tag: release-1-9b~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b240d132dde9c6a2270533a13c7619b66c3d1097;p=thirdparty%2Flibtool.git * m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R' symbol type so read-only symbols can be exported when combining GCC and Solaris LD. --- diff --git a/ChangeLog b/ChangeLog index 452d8fd95..bbc7dbfa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-31 Scott James Remnant + + * m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R' + symbol type so read-only symbols can be exported when combining + GCC and Solaris LD. + 2003-10-31 Scott James Remnant * m4/libtool.m4: Include James Henstridge's patch to fix the diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 221844a7b..8a25ae623 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4458,7 +4458,7 @@ osf*) symcode='[[BCDEGQRST]]' ;; solaris* | sysv5*) - symcode='[[BDT]]' + symcode='[[BDRT]]' ;; sysv4) symcode='[[DFNSTU]]' @@ -4476,7 +4476,7 @@ esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) - symcode='[[ABCDGISTW]]' ;; + symcode='[[ABCDGIRSTW]]' ;; esac # Try without a prefix undercore, then with it.