about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-02 22:27:47 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-25 04:30:27 -0700
commite50bd853837258b41ca835f37a3278dd7668f146 (patch)
tree76bb1c3651ab7cd6492d23af2507b78625866ce2
parent310872dd13d57f1aaf0f84078214e523b6cb9ead (diff)
downloadglibc-hjl/plt/master.tar.gz
glibc-hjl/plt/master.tar.xz
glibc-hjl/plt/master.zip
Don't run tst-getpid2 with LD_BIND_NOW=1 hjl/plt/master
Since _dl_x86_64_save_sse and _dl_x86_64_restore_sse are removed now,
we don't need to run tst-getpid2 with LD_BIND_NOW=1.

	* sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
-rw-r--r--sysdeps/unix/sysv/linux/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index bfbabd4b4b..2c67a6619f 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -193,9 +193,4 @@ endif
 
 ifeq ($(subdir),nptl)
 tests += tst-setgetname tst-align-clone tst-getpid1 tst-getpid2
-
-# In this test, we create a CLONE_VM "thread" that shares TLS storage
-# with the original thread. Both threads then race in ld.so with lazy PLT
-# resolution. Avoid this race by disabling lazy binding. BZ #11214.
-tst-getpid2-ENV = LD_BIND_NOW=1
 endif