diff options
author | Andreas Jaeger <aj@suse.de> | 2000-02-12 11:28:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-02-12 11:28:22 +0000 |
commit | 8850cf21242b9928b5f152f5cf3b9829177c1370 (patch) | |
tree | 52d1892033c6fa9d629cb2dc7808341c3cabed41 | |
parent | 042e0d56ad576134c698267e0902ab8cbb99e350 (diff) | |
download | glibc-8850cf21242b9928b5f152f5cf3b9829177c1370.zip glibc-8850cf21242b9928b5f152f5cf3b9829177c1370.tar.gz glibc-8850cf21242b9928b5f152f5cf3b9829177c1370.tar.bz2 |
Update.
2000-02-12 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
conventions.
(elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
(elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
file and make dependend on RESOLVE.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
(RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-02-12 Andreas Jaeger <aj@suse.de> + + * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup + conventions. + (elf_machine_rel): Use R_MIPS_REL32 for RESOLVE. + (elf_machine_runtime_setup,elf_machine_got_rel): Move at end of + file and make dependend on RESOLVE. + (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol. + (RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol. + 2000-02-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/shmctl.c: Fix handling of save_errno. |