diff options
author | Andreas Jaeger <aj@suse.de> | 2000-10-18 11:01:58 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-10-18 11:01:58 +0000 |
commit | cd3cd00ccbc59d0b26909aab93f5345541f7aaf4 (patch) | |
tree | 361bd3dd9b5fd70dbf3d5a75409ea70ab805b953 /ChangeLog | |
parent | c9f4ffcf5a3c2dbf748149fd93f1260a83c7ce31 (diff) | |
download | glibc-cd3cd00ccbc59d0b26909aab93f5345541f7aaf4.tar glibc-cd3cd00ccbc59d0b26909aab93f5345541f7aaf4.tar.gz glibc-cd3cd00ccbc59d0b26909aab93f5345541f7aaf4.tar.bz2 glibc-cd3cd00ccbc59d0b26909aab93f5345541f7aaf4.zip |
Update.
2000-10-18 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_OK): New.
(ELF_MACHINE_BEFORE_RTLD_RELOC): Handle newer linkers.
(elf_machine_runtime_link_map): Likewise.
(elf_machine_runtime_setup): Likewise.
Handle dynamic linker's local got entries.
Patches by Ralf Baechle <ralf@gnu.org>.
2000-10-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* sysdeps/mips/dl-machine.h (_dl_runtime_resolve): Define $sp as
the frame pointer. Allocate stack space for $a0 for
__dl_runtime_resolve(). Do not save $sp in $s0 as it's
callee-saved anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-10-18 Andreas Jaeger <aj@suse.de> + + * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_OK): New. + (ELF_MACHINE_BEFORE_RTLD_RELOC): Handle newer linkers. + (elf_machine_runtime_link_map): Likewise. + (elf_machine_runtime_setup): Likewise. + Handle dynamic linker's local got entries. + Patches by Ralf Baechle <ralf@gnu.org>. + +2000-10-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * sysdeps/mips/dl-machine.h (_dl_runtime_resolve): Define $sp as + the frame pointer. Allocate stack space for $a0 for + __dl_runtime_resolve(). Do not save $sp in $s0 as it's + callee-saved anyway. + 2000-10-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/fpu/libm-test-ulps: Update for changes in |