This website requires JavaScript.
Explore
Help
Register
Sign In
qiurui
/
glibc
mirror of
git://sourceware.org/git/glibc.git
Watch
1
Star
0
Fork
You've already forked glibc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0ef7965e5b
glibc
/
sysdeps
/
x86
/
tst-gnu2-tls2-x86-noxsavec.c
2 lines
27 B
C
Raw
Normal View
History
Unescape
Escape
x86: Update tst-gnu2-tls2 tests Update tst-gnu2-tls2 tests to set XMM0...XMM7 to all 1s in malloc to verify that XMM registers are preserved when _dl_tlsdesc_dynamic is called by clearing vectors with zeroed XMM registers before _dl_tlsdesc_dynamic and using these XMM registers to clear vectors after _dl_tlsdesc_dynamic. This improves the BZ #31372 test. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
2025-06-09 00:17:49 +00:00
#
include
<tst-gnu2-tls2.c>