diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-11-26 13:20:59 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-11-26 08:20:59 -0500 |
commit | cc3baaa9639fcb9cf37f3a0b8a4f67916adb9d23 (patch) | |
tree | 28d1eb8313cfc982e872cc2b3db716a092c7bf16 /libtool.m4 | |
parent | re PR c++/67249 ([concepts] ICE parsing f(pair<auto, concept>)) (diff) | |
download | gcc-cc3baaa9639fcb9cf37f3a0b8a4f67916adb9d23.tar.gz gcc-cc3baaa9639fcb9cf37f3a0b8a4f67916adb9d23.tar.bz2 gcc-cc3baaa9639fcb9cf37f3a0b8a4f67916adb9d23.tar.xz |
* libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L" symbols.
From-SVN: r230948
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtool.m4 b/libtool.m4 index 4b2d30a1558..24d13f34409 100644 --- a/libtool.m4 +++ b/libtool.m4 | |||
@@ -4230,7 +4230,7 @@ m4_if([$1], [CXX], [ | |||
4230 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then | 4230 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
4231 | _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' | 4231 | _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' |
4232 | else | 4232 | else |
4233 | _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' | 4233 | _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' |
4234 | fi | 4234 | fi |
4235 | ;; | 4235 | ;; |
4236 | pw32*) | 4236 | pw32*) |
@@ -4641,7 +4641,7 @@ _LT_EOF | |||
4641 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then | 4641 | if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then |
4642 | _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' | 4642 | _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' |
4643 | else | 4643 | else |
4644 | _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' | 4644 | _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' |
4645 | fi | 4645 | fi |
4646 | aix_use_runtimelinking=no | 4646 | aix_use_runtimelinking=no |
4647 | 4647 | ||