diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 12:55:20 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 12:55:20 -0500 |
commit | 664f8cb9d53fdc002f82a9d69a21a3d5eb63541c (patch) | |
tree | dd68ba87a4304b553fdcf7e2f8ff9cc92e73a3a6 /elf/tst-auditmod1.c | |
parent | 7ae81d88f178fc554e6ef9835c352ec1feaae188 (diff) | |
download | glibc-664f8cb9d53fdc002f82a9d69a21a3d5eb63541c.tar.gz glibc-664f8cb9d53fdc002f82a9d69a21a3d5eb63541c.tar.xz glibc-664f8cb9d53fdc002f82a9d69a21a3d5eb63541c.zip |
More IA-64 removal
Diffstat (limited to 'elf/tst-auditmod1.c')
-rw-r--r-- | elf/tst-auditmod1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/tst-auditmod1.c b/elf/tst-auditmod1.c index 2d39df21e8..69da278f28 100644 --- a/elf/tst-auditmod1.c +++ b/elf/tst-auditmod1.c @@ -150,12 +150,6 @@ la_symbind64 (Elf64_Sym *sym, unsigned int ndx, uintptr_t *refcook, # define La_regs La_s390_64_regs # define La_retval La_s390_64_retval # define int_retval lrv_r2 -#elif defined __ia64__ -# define pltenter la_ia64_gnu_pltenter -# define pltexit la_ia64_gnu_pltexit -# define La_regs La_ia64_regs -# define La_retval La_ia64_retval -# define int_retval lrv_r8 #elif defined __sparc__ && __WORDSIZE == 32 # define pltenter la_sparc32_gnu_pltenter # define pltexit la_sparc32_gnu_pltexit |