diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-30 19:32:03 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-30 19:32:03 -0700 |
commit | 904493dd7087499a1f856b37b56b4c269045d64a (patch) | |
tree | 864e7036f3673a370f69456e6637a4ea4ece9a92 /sysdeps/x86_64/Makefile | |
parent | 77ec3db91a29e493a61643ba5a09962c52ad7bae (diff) | |
download | glibc-904493dd7087499a1f856b37b56b4c269045d64a.tar.gz glibc-904493dd7087499a1f856b37b56b4c269045d64a.tar.xz glibc-904493dd7087499a1f856b37b56b4c269045d64a.zip |
Update the timing test for x86-64 PLT hjl/tst-plt
Diffstat (limited to 'sysdeps/x86_64/Makefile')
-rw-r--r-- | sysdeps/x86_64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 76975b3a3e..488f76bacd 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -38,6 +38,7 @@ tests += tst-plt1 modules-names += tst-pltmod1 $(objpfx)tst-plt1: $(objpfx)tst-pltmod1.so +tst-pltmod1.so-no-z-defs = yes tests += tst-audit3 tst-audit4 tst-audit5 tst-audit10 ifeq (yes,$(config-cflags-avx)) |