]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix -export-symbols and -export-symbols-regex support on Solaris 11.3.
authorBruno Haible <bruno@clisp.org>
Tue, 28 Jul 2020 17:43:57 +0000 (19:43 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2022 12:52:56 +0000 (14:52 +0200)
commitf11aff60925a8fdfd15f44c2282224bb60c5e661
tree4d528ee96b4c6ea3ad0ec32db5cf4c72160475cc
parentd568aae242a83a7e31fe36172f7ce22973105878
Fix -export-symbols and -export-symbols-regex support on Solaris 11.3.

Apply fix from <https://savannah.gnu.org/patch/?9467>.

On Solaris 11.3 (as opposed to Solaris 11.0), the output of /usr/bin/nm -p
on object files contains, for global variables without initializer, the
letter 'C' (it was 'D' in Solaris 11.0).

* m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Adjust symcode for Solaris.
m4/libtool.m4