]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 31 Oct 2005 08:37:26 +0000 (08:37 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 31 Oct 2005 08:37:26 +0000 (08:37 +0000)
[ aix ]: Remove duplicate always_export_symbols=yes for AIX.

ChangeLog
libltdl/m4/libtool.m4

index fd57f25646f9a963d10b5def4e9d64bc320d100a..7cf0f19b4ddd1fca5f065762e73acdcab114d191 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-31  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
+       [ aix ]: Remove duplicate always_export_symbols=yes for AIX.
+
 2005-10-29  Howard Chu  <hyc@highlandsun.com>
 
        * libltdl/config/ltmain.m4sh (func_mode_link):
index ec0e434cac7a4a8c70a5ae13807ae84e65b3b97f..250bf0dc54e39ed10a578f90af7de3485a281614 100644 (file)
@@ -4165,8 +4165,6 @@ _LT_EOF
          # -berok will link without error, but may produce a broken library.
          _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
          _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
-         # -bexpall does not export symbols beginning with underscore (_)
-         _LT_TAGVAR(always_export_symbols, $1)=yes
          # Exported symbols can be pulled into shared objects from archives
          _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
          _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
@@ -5161,8 +5159,6 @@ if test "$_lt_caught_CXX_error" != yes; then
            # -berok will link without error, but may produce a broken library.
            _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
            _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
-           # -bexpall does not export symbols beginning with underscore (_)
-           _LT_TAGVAR(always_export_symbols, $1)=yes
            # Exported symbols can be pulled into shared objects from archives
            _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
            _LT_TAGVAR(archive_cmds_need_lc, $1)=yes