about summary refs log tree commit diff
path: root/elf/tst-auditmod6b.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-26 11:29:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-07-26 11:29:07 +0000
commit3129cfc6ec7be65a0bdc1f82432ee421c1c65a77 (patch)
tree78cc8976b3bd7e434be97172ab01b12f4467ecb0 /elf/tst-auditmod6b.c
parentb1b2aaf8eb9eed301ea8f65b96844568ca017f8b (diff)
downloadglibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.tar.gz
glibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.tar.xz
glibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.zip
Move testsuite audit definitions to sysdeps tst-audit.h files.
Diffstat (limited to 'elf/tst-auditmod6b.c')
-rw-r--r--elf/tst-auditmod6b.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/elf/tst-auditmod6b.c b/elf/tst-auditmod6b.c
index a9fe5dcadc..b1c155a26e 100644
--- a/elf/tst-auditmod6b.c
+++ b/elf/tst-auditmod6b.c
@@ -94,19 +94,6 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook,
   return sym->st_value;
 }
 
-# ifndef __ILP32__
-# define pltenter la_x86_64_gnu_pltenter
-# define pltexit la_x86_64_gnu_pltexit
-# define La_regs La_x86_64_regs
-# define La_retval La_x86_64_retval
-#else
-# define pltenter la_x32_gnu_pltenter
-# define pltexit la_x32_gnu_pltexit
-# define La_regs La_x32_regs
-# define La_retval La_x32_retval
-#endif
-#define int_retval lrv_rax
-
 #include <tst-audit.h>
 
 #ifdef __AVX__