diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2012-11-07 23:12:27 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-07 15:12:27 -0800 |
commit | e9f958c283c24e3b93808850ee1f29d80765ba34 (patch) | |
tree | e0b492cdd64aef38ffb15ed38b4911ee70f544ac /libgomp | |
parent | 13021d264c27cb8c4c2e3086abbc330e04724407 (diff) | |
download | gcc-e9f958c283c24e3b93808850ee1f29d80765ba34.tar.gz |
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/ChangeLog | 5 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/pr24455.C | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c3a5ab72017..c114a2e23c5 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 02a478a4ee7..3185ca53055 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); |