diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:28:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:28:44 +0000 |
commit | a778db0624f4359cd0e1aea9384235d4a376b1a8 (patch) | |
tree | 5d154b71f8bc82f277b570cd80e819c6fd011f97 /ChangeLog | |
parent | fbcc0996a825f961bf7669fa54b58027b0e663ec (diff) | |
download | glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.tar glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.tar.gz glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.tar.bz2 glibc-a778db0624f4359cd0e1aea9384235d4a376b1a8.zip |
Update.
* sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
relocate ld.so don't add supprt for relocations which should not
appear in ld.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-08-31 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to + relocate ld.so don't add supprt for relocations which should not + appear in ld.so. + * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling __secure_getenv. Instead test __libc_enable_secure once. |