'R' symbol type so read-only symbols can be exported when combining
GCC and Solaris LD.
+2004-01-23 Owen Taylor <otaylor@redhat.com>
+
+ * m4/libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Recognise the
+ 'R' symbol type so read-only symbols can be exported when combining
+ GCC and Solaris LD.
+
2004-01-23 Scott James Remnant <scott@netsplit.com>
* ltmain.in: When relinking, place the -L parameter containing
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.