mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* 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:
parent
fb5e6cda96
commit
b240d132dd
@ -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
4
m4/libtool.m4
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user