about summary refs log tree commit diff
path: root/elf/tst-auditmod6b.c
Commit message (Collapse)AuthorAgeFilesLines
* Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers2012-07-261-13/+0
|
* Check __ILP32__ instead of __LP64__H.J. Lu2012-04-131-1/+1
| | | | | | | | | | | | | * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__. * elf/tst-auditmod3b.c: Likewise. * elf/tst-auditmod4b.c: Likewise. * elf/tst-auditmod5b.c: Likewise. * elf/tst-auditmod6b.c: Likewise. * elf/tst-auditmod6c.c: Likewise. * elf/tst-auditmod7b.c: Likewise. * sysdeps/x86_64/ffsll.c (ffsl): Likewise. * sysdeps/x86_64/preconfigure.in: Likewise. * sysdeps/x86_64/preconfigure: Regenerated.
* Add x32 support to dynamic linker auditH.J. Lu2012-03-211-5/+13
|
* Add missing inline keywordMarek Polacek2011-12-231-1/+1
| | | | | According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug.
* Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2009-08-081-0/+220
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.