Sync top-level btool.m4 with GCC
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jan 2016 16:44:06 +0000 (08:44 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 12 Jan 2016 16:44:52 +0000 (08:44 -0800)
Sync with GCC
2015-11-26  David Edelsohn  <dje.gcc@gmail.com>

* m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
symbols.

ChangeLog
libtool.m4

index 5b1ee949f3d80fed7a0da661554809d32f010c6f..fb766950c3eafe12c83c8307942452d8345bf207 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Sync with GCC
+       2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
+
+       * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
+       symbols.
+
+       2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
 
        PR bootstrap/69134
        * Makefile.def (mpfr): Disable assembler.
index 4b2d30a1558384dc99d18abb53bd1822534419a9..24d13f34409d2bb5e72ddbaa01a66d245365e384 100644 (file)
@@ -4230,7 +4230,7 @@ m4_if([$1], [CXX], [
     if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
       _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
     else
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
     fi
     ;;
   pw32*)
@@ -4641,7 +4641,7 @@ _LT_EOF
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
          _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
        else
-         _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+         _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
        fi
        aix_use_runtimelinking=no
 
This page took 0.033269 seconds and 4 git commands to generate.