diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-07-18 12:09:18 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-07-18 12:09:18 +0000 |
commit | c1f5148401fd1afdc30a3b6d34257186376b98a6 (patch) | |
tree | 9f281d7feb82ada563f179cfa8a42ab0ce3a3c7f | |
parent | eac8f5bd080b92a2228d000248e38e6f21001898 (diff) | |
download | gcc-c1f5148401fd1afdc30a3b6d34257186376b98a6.zip gcc-c1f5148401fd1afdc30a3b6d34257186376b98a6.tar.gz gcc-c1f5148401fd1afdc30a3b6d34257186376b98a6.tar.bz2 |
re PR target/49541 (TLS support partially broken in 64-bit mode)
PR target/49541
* testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to
ldflags.
From-SVN: r176393
-rw-r--r-- | libgomp/ChangeLog | 6 | ||||
-rw-r--r-- | libgomp/testsuite/lib/libgomp.exp | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 36c716c..9225401 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR target/49541 + * testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to + ldflags. + 2011-07-15 Jakub Jelinek <jakub@redhat.com> * config/linux/wait.h (do_spin): New inline, largely copied diff --git a/libgomp/testsuite/lib/libgomp.exp b/libgomp/testsuite/lib/libgomp.exp index 0b0b608..976543d 100644 --- a/libgomp/testsuite/lib/libgomp.exp +++ b/libgomp/testsuite/lib/libgomp.exp @@ -137,7 +137,6 @@ proc libgomp_init { args } { lappend ALWAYS_CFLAGS "ldflags=-L${blddir}/.libs" } lappend ALWAYS_CFLAGS "additional_flags=-I${srcdir}/.." - lappend ALWAYS_CFLAGS "ldflags=-lgomp" # We use atomic operations in the testcases to validate results. if { ([istarget i?86-*-*] || [istarget x86_64-*-*]) |