aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2015-11-26 13:27:21 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2015-11-26 08:27:21 -0500
commit6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0 (patch)
tree820d672e8ead40448c039cc94b84be530beb0806 /libgomp
parentf95207445bf0a3a1ded17ae30d16e310f633edd7 (diff)
downloadgcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.zip
gcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.tar.gz
gcc-6cfe90e6d75ec2a17dbe612ebc72cfd77f9e75f0.tar.bz2
* configure: Regenerate.
From-SVN: r230950
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rwxr-xr-xlibgomp/configure4
2 files changed, 6 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index a56a5a0..75a9b4a 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-26 David Edelsohn <dje.gcc@gmail.com>
+
+ * configure: Regenerate.
+
2015-11-26 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/target-35.c: New test.
diff --git a/libgomp/configure b/libgomp/configure
index 74d4e82..de135d4 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -9093,7 +9093,7 @@ _LT_EOF
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
export_symbols_cmds='$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
- export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+ export_symbols_cmds='$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
@@ -12953,7 +12953,7 @@ _LT_EOF
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
export_symbols_cmds_FC='$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
- export_symbols_cmds_FC='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
+ export_symbols_cmds_FC='$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