diff options
author | Richard Henderson <rth@redhat.com> | 2005-01-23 08:02:45 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-01-23 08:02:45 +0000 |
commit | 57c6c64a3bc4f2e930f0dcdd269a909ff8ada124 (patch) | |
tree | 40def37add76eb5c51142bb55a5fb506591e63ab /ChangeLog | |
parent | 4bf1073d85f285002d802d184985757b8c4a5192 (diff) | |
download | glibc-57c6c64a3bc4f2e930f0dcdd269a909ff8ada124.tar.gz glibc-57c6c64a3bc4f2e930f0dcdd269a909ff8ada124.tar.xz glibc-57c6c64a3bc4f2e930f0dcdd269a909ff8ada124.zip |
* sysdeps/alpha/dl-trampoline.S: New file. * sysdeps/alpha/dl-machine.h: Move PLT trampolines there. Use RESOLVE_MAP instead of RESOLVE to protect relocation code. (elf_machine_runtime_setup): Test for dl_profile non-null. (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. * sysdeps/alpha/bits/link.h: New file. * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New. (struct audit_ifaces): Add alpha entries. * elf/tst-auditmod1.c: Add alpha entries.
2005-01-22 Richard Henderson <rth@redhat.com> * sysdeps/alpha/dl-trampoline.S: New file. * sysdeps/alpha/dl-machine.h: Move PLT trampolines there. Use RESOLVE_MAP instead of RESOLVE to protect relocation code. (elf_machine_runtime_setup): Test for dl_profile non-null. (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. * sysdeps/alpha/bits/link.h: New file. * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New. (struct audit_ifaces): Add alpha entries. * elf/tst-auditmod1.c: Add alpha entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 816dd6c39f..28c6e3bdf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-01-22 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/dl-trampoline.S: New file. + * sysdeps/alpha/dl-machine.h: Move PLT trampolines there. + Use RESOLVE_MAP instead of RESOLVE to protect relocation code. + (elf_machine_runtime_setup): Test for dl_profile non-null. + (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. + * sysdeps/alpha/bits/link.h: New file. + * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New. + (struct audit_ifaces): Add alpha entries. + * elf/tst-auditmod1.c: Add alpha entries. + 2005-01-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here. |