* sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define properly for n64. (elf_m...
[jlayton/glibc.git] / ChangeLog
index 0a8e2afc4cd98c158aae3f3a904ce14171430700..8201df04fc53f8e9aaaf2e302dbc7b95b0004dec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,52 @@
+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.
+       * include/atomic.h: New file.
+       * sysdeps/i386/i486/bits/atomic.h: New file.
+       * sysdeps/x86_64/bits/atomic.h: New file.
+       * sysdeps/s390/bits/atomic.h: New file.
+       * sysdeps/sh/bits/atomic.h: New file.
+       * sysdeps/ia64/bits/atomic.h: New file.
+       * sysdeps/powerpc/bits/atomic.h: New file.
+       * sysdeps/generic/bits/atomic.h: New file.
+       * sysdeps/i386/i486/atomicity.h: Removed.
+       * sysdeps/x86_64/atomicity.h: Removed.
+       * sysdeps/s390/s390-32/atomicity.h: Removed.
+       * sysdeps/s390/s390-64/atomicity.h: Removed.
+       * sysdeps/ia64/atomicity.h: Removed.
+       * sysdeps/powerpc/powerpc32/atomicity.h: Removed.
+       * sysdeps/powerpc/powerpc64/atomicity.h: Removed.
+       * elf/dl-profile.c: Use atomic.h instead of atomicity.h.  Adjust
+       use of macros from atomicity.h to new names and semantics.
+       * gmon_mcount.c: Likewise.
+       * malloc/set-freeres.c: Likewise.
+       * nscd/cache.c: Likewise.
+       * stdlib/cxa_finalize.c: Likewise.
+       * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
+
+2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
+
+       * sysdeps/mips/ieee754.h: New file, suitable to replace both
+       ../ieee754/ieee754.h and ../ieee754/ldbl-128/ieee754.h, kept
+       mips-specific for now.
+
 2003-03-19  Ulrich Drepper  <drepper@redhat.com>
 
+       * stdlib/strtod.c (INTERNAL): While eating trailing zeros handle
+       hexdigits correctly.  Reported by Fred Tydeman <tydeman@tybor.com>.
+       * stdlib/tst-strtod.c: Add test for the bug.
+
        * posix/tst-nice.c (do_test): Remove invalid of return value.
        Don't run test if initial level != 0.