aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2012-11-07 23:12:27 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-11-07 15:12:27 -0800
commite9f958c283c24e3b93808850ee1f29d80765ba34 (patch)
treee0b492cdd64aef38ffb15ed38b4911ee70f544ac /libgomp
parent13021d264c27cb8c4c2e3086abbc330e04724407 (diff)
downloadgcc-e9f958c283c24e3b93808850ee1f29d80765ba34.zip
gcc-e9f958c283c24e3b93808850ee1f29d80765ba34.tar.gz
gcc-e9f958c283c24e3b93808850ee1f29d80765ba34.tar.bz2
Use -Wl,-undefined,dynamic_lookup on darwin
* testsuite/libgomp.c++/pr24455.C: Use -Wl,-undefined,dynamic_lookup on darwin. From-SVN: r193318
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog5
-rw-r--r--libgomp/testsuite/libgomp.c++/pr24455.C1
2 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c3a5ab7..c114a2e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ * testsuite/libgomp.c++/pr24455.C: Use
+ -Wl,-undefined,dynamic_lookup on darwin.
+
2012-11-07 David Edelsohn <dje.gcc@gmail.com>
* testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
diff --git a/libgomp/testsuite/libgomp.c++/pr24455.C b/libgomp/testsuite/libgomp.c++/pr24455.C
index 02a478a..3185ca5 100644
--- a/libgomp/testsuite/libgomp.c++/pr24455.C
+++ b/libgomp/testsuite/libgomp.c++/pr24455.C
@@ -2,6 +2,7 @@
// { dg-additional-sources pr24455-1.C }
// { dg-require-effective-target tls_runtime }
// { dg-options "-Wl,-G" { target powerpc-ibm-aix* } }
+// { dg-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } }
extern "C" void abort (void);