aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-31 08:21:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-31 08:21:01 +0000
commit9ad04ff7e0522935bbaa0d83bac81fc0b947e95e (patch)
treef4ded95aafabbb4e8fbc9b709a4c13670d6a2a65 /ChangeLog
parent7688db9129490d0f31f4e05f3d439b9423d63aa9 (diff)
downloadglibc-9ad04ff7e0522935bbaa0d83bac81fc0b947e95e.tar
glibc-9ad04ff7e0522935bbaa0d83bac81fc0b947e95e.tar.gz
glibc-9ad04ff7e0522935bbaa0d83bac81fc0b947e95e.tar.bz2
glibc-9ad04ff7e0522935bbaa0d83bac81fc0b947e95e.zip
Update.
2000-03-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686. * elf/dl-support.c: Define _dl_starting_up. * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function. * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used. elements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d6c2dc8e..bb6172fdb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
+2000-03-31 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
+ * elf/dl-support.c: Define _dl_starting_up.
+
2000-03-30 Ulrich Drepper <drepper@redhat.com>
- * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of
- with size of dynamic sectionfunction.
+ * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
* sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
- * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be
- with size of dynamic sectionused.
+ * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
* elf/Makefile (dl-routines): Remove preinit.
* elf/Versions: Remove _dl_preinit.
@@ -14,7 +17,7 @@
* sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
* sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
- with size of dynamic sectionelements.
+ elements.
2000-03-29 Geoff Clare <gwc@unisoft.com>