aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-29 00:07:16 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-29 00:07:16 +0000
commitbb38d32c233ff7b2323ac273c09556c0d5884391 (patch)
tree12798fde95e1aef6251c67093ef825cb58265d33 /ChangeLog
parentd0d4c71e3409365201c03db05510d99d734b83c0 (diff)
downloadglibc-bb38d32c233ff7b2323ac273c09556c0d5884391.tar
glibc-bb38d32c233ff7b2323ac273c09556c0d5884391.tar.gz
glibc-bb38d32c233ff7b2323ac273c09556c0d5884391.tar.bz2
glibc-bb38d32c233ff7b2323ac273c09556c0d5884391.zip
Update.
* sysdeps/s390/bits/link.h: New file. * sysdeps/s390/s390-32/dl-trampoline.S: New file. * sysdeps/s390/s390-64/dl-trampoline.S: New file. * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect relocation code. (elf_machine_runtime_setup): Test for dl_profile non-null. (elf_machine_rela): Remove code using RESOLVE. (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New. * sysdeps/s390/s390-64/dl-machine.h: Likewise. * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval, La_s390_64_regs, La_s390_64_retval): New. * elf/tst-auditmod1.c: Add s390 entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be5b7f7adb..67b74133c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2005-01-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
+ * sysdeps/s390/bits/link.h: New file.
+ * sysdeps/s390/s390-32/dl-trampoline.S: New file.
+ * sysdeps/s390/s390-64/dl-trampoline.S: New file.
+ * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
+ dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
+ relocation code.
+ (elf_machine_runtime_setup): Test for dl_profile non-null.
+ (elf_machine_rela): Remove code using RESOLVE.
+ (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
+ * sysdeps/s390/s390-64/dl-machine.h: Likewise.
+ * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
+ La_s390_64_regs, La_s390_64_retval): New.
+ * elf/tst-auditmod1.c: Add s390 entries.
+
* sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
strncat, memchr, strcmp): Add missing memory clobber.