aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-20 07:54:21 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-20 07:54:21 +0000
commit50449bed17c152f767470e6f84b84935130b3ae1 (patch)
treec64e71140df40ae5efd76a6230e6f69c03745c81 /ChangeLog
parent4009bf404450e4ad7b72140d7bae3226fad3468c (diff)
downloadglibc-50449bed17c152f767470e6f84b84935130b3ae1.zip
glibc-50449bed17c152f767470e6f84b84935130b3ae1.tar.gz
glibc-50449bed17c152f767470e6f84b84935130b3ae1.tar.bz2
* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define properly for n64. (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr type. (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf Word before comparing with gotsym. Take reloc_addr argument as void*. Remove the code added for the compiler to drop any alignment assumptions.
2003-03-20 Alexandre Oliva <aoliva@redhat.com> * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define properly for n64. (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr type. (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf Word before comparing with gotsym. Take reloc_addr argument as void*. Remove the code added for the compiler to drop any alignment assumptions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c0eb64..8201df0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-03-20 Alexandre Oliva <aoliva@redhat.com>
+
+ * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define
+ properly for n64.
+ (elf_machine_runtime_setup): Cast link_map pointer to Elf Addr
+ type.
+ (elf_machine_rel, elf_machine_rel_relative): Cast symidx to Elf
+ Word before comparing with gotsym. Take reloc_addr argument as
+ void*. Remove the code added for the compiler to drop any
+ alignment assumptions.
+
2003-03-19 Ulrich Drepper <drepper@redhat.com>
* Makefile (distribute): Add include/atomic.h and bits/atomic.h.