diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-29 04:14:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-29 04:14:35 +0000 |
commit | 2af4049472d2f8f5113d5899a574e702e5a4e294 (patch) | |
tree | f5cb85e5c2b0ba22e16095c4c910be6d62d61bdc /elf | |
parent | bb38d32c233ff7b2323ac273c09556c0d5884391 (diff) | |
download | glibc-2af4049472d2f8f5113d5899a574e702e5a4e294.zip glibc-2af4049472d2f8f5113d5899a574e702e5a4e294.tar.gz glibc-2af4049472d2f8f5113d5899a574e702e5a4e294.tar.bz2 |
Update.
2005-01-28 H.J. Lu <hongjiu.lu@intel.com>
* elf/tst-auditmod1.c: Add ia64 entries.
* sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
(La_ia64_retval): New.
(audit_ifaces): Add ia64 entries.
* sysdeps/ia64/bits/link.h: New file.
* sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
for dl_profile non-null.
(ARCH_LA_PLTENTER): New.
(ARCH_LA_PLTEXIT): New.
* sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
only 2 output registers. Allocate stack to save/restore
8 incoming fp registers. Call _dl_fixup instead of fixup.
(_dl_runtime_profile): Rewrite.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/tst-auditmod1.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elf/tst-auditmod1.c b/elf/tst-auditmod1.c index 5f4a6d4..9b07588 100644 --- a/elf/tst-auditmod1.c +++ b/elf/tst-auditmod1.c @@ -156,6 +156,12 @@ 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 #else # error "architecture specific code needed" #endif |