]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R'
authorScott James Remnant <scott@netsplit.com>
Thu, 6 Nov 2003 17:28:31 +0000 (17:28 +0000)
committerScott James Remnant <scott@netsplit.com>
Thu, 6 Nov 2003 17:28:31 +0000 (17:28 +0000)
symbol type so read-only symbols can be exported when combining
GCC and Solaris LD.

ChangeLog
m4/libtool.m4

index 452d8fd95ffbdd71821e02230a65a3a7bc810647..bbc7dbfa5c224cc067106ecfde3e9a4b3b3a55df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-31  Scott James Remnant  <scott@netsplit.com>
+
+       * 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  <scott@netsplit.com>
 
        * m4/libtool.m4: Include James Henstridge's patch to fix the
index 221844a7b38369c7c150719bb227079631732583..8a25ae62316ecd10fb552575dea9365654d9094c 100644 (file)
@@ -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.