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 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
symcode='[[BCDEGQRST]]'
;;
solaris* | sysv5*)
- symcode='[[BDT]]'
+ symcode='[[BDRT]]'
;;
sysv4)
symcode='[[DFNSTU]]'
# 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.