Skip to content

Commit

Permalink
Don't run tst-getpid2 with LD_BIND_NOW=1
Browse files Browse the repository at this point in the history
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.

	[BZ #11214]
	* sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
  • Loading branch information
H.J. Lu committed Aug 25, 2015
1 parent f449141 commit ffee504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-08-25 H.J. Lu <hongjiu.lu@intel.com>

[BZ #11214]
* sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.

2015-08-25 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>

* sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
Expand Down
5 changes: 0 additions & 5 deletions sysdeps/unix/sysv/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffee504

Please sign in to comment.