diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 07:24:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 07:24:09 +0000 |
commit | 7688db9129490d0f31f4e05f3d439b9423d63aa9 (patch) | |
tree | 4a614ac65f307b55f5719cc9496b703ca4147608 /ChangeLog | |
parent | 758cb061078ffcd3435cdcd69efe289e6e97d3a7 (diff) | |
download | glibc-7688db9129490d0f31f4e05f3d439b9423d63aa9.zip glibc-7688db9129490d0f31f4e05f3d439b9423d63aa9.tar.gz glibc-7688db9129490d0f31f4e05f3d439b9423d63aa9.tar.bz2 |
Update.
* elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of
with size of dynamic sectionfunction.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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. + * 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. + * elf/Makefile (dl-routines): Remove preinit. * elf/Versions: Remove _dl_preinit. * elf/dl-preinit.c: Removed. Move content into... |