* 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.
This commit is contained in:
Scott James Remnant 2003-11-06 17:28:31 +00:00
parent fb5e6cda96
commit b240d132dd
2 changed files with 8 additions and 2 deletions

View File

@ -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

4
m4/libtool.m4 vendored
View 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.