diff options
author | Andreas Jaeger <aj@suse.de> | 2000-11-02 09:32:58 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-11-02 09:32:58 +0000 |
commit | d661bcfb3853021ca5aa140a59dbcfcde6556dbc (patch) | |
tree | 9f223aa461ca25e9878a2fcbc44e5730a33d82aa | |
parent | a8e4ee5ab1f473dac5966a83bafb7f4b10575849 (diff) | |
download | glibc-d661bcfb3853021ca5aa140a59dbcfcde6556dbc.tar.gz glibc-d661bcfb3853021ca5aa140a59dbcfcde6556dbc.tar.xz glibc-d661bcfb3853021ca5aa140a59dbcfcde6556dbc.zip |
Update.
2000-10-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/mips/dl-machine.h (elf_machine_rel): Add the symbol's value plus the run-time displacement to the relocation for non-GOT symbols. Set the relocation to the GOT entry for GOT symbols.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad5d666aa8..6f68569b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-10-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * sysdeps/mips/dl-machine.h (elf_machine_rel): Add the symbol's + value plus the run-time displacement to the relocation for non-GOT + symbols. Set the relocation to the GOT entry for GOT symbols. + 2000-11-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/s390/bits/time.h: Removed. |