Support mixed SSE/AVX audit and check AVX only once.
commit4e1e2f42472744569f1540dd8410d23180e24bf9
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 8 Aug 2009 17:54:42 +0000 (8 10:54 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 8 Aug 2009 17:54:42 +0000 (8 10:54 -0700)
tree420047379cb0d341d37510158d4ca1a88ec57606
parentfc1870e6a484ad3211648c9ae51bc076913518aa
Support mixed SSE/AVX audit and check AVX only once.

This patch fixes mixed SSE/AVX audit and checks AVX only once in
_dl_runtime_profile. When an AVX or SSE register value in pltenter is
modified, we have to make sure that the SSE part value is the same in both
lr_xmm and lr_vector fields so that pltexit will get the correct value
from either lr_xmm or lr_vector fields. AVX-enabled pltenter should
update both lr_xmm and lr_vector fields to support stacked AVX/SSE
pltenter functions.
ChangeLog
elf/Makefile
elf/tst-audit6.c [new file with mode: 0644]
elf/tst-audit7.c [new file with mode: 0644]
elf/tst-auditmod6a.c [new file with mode: 0644]
elf/tst-auditmod6b.c [new file with mode: 0644]
elf/tst-auditmod6c.c [new file with mode: 0644]
elf/tst-auditmod7a.c [new file with mode: 0644]
elf/tst-auditmod7b.c [new file with mode: 0644]
sysdeps/x86_64/dl-trampoline.S
sysdeps/x86_64/dl-trampoline.h [copied from sysdeps/x86_64/dl-trampoline.S with 50% similarity]