diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-01 17:19:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-01 17:19:00 +0000 |
commit | a8a1269d8814fe54d5d25619ca138849bca29b78 (patch) | |
tree | e0b08b062f4003cdb7912c771517fb6a3df0fb91 /ChangeLog | |
parent | 052b6a6c94cc330dfbc09ff7b5f03c943deb7ca2 (diff) | |
download | glibc-a8a1269d8814fe54d5d25619ca138849bca29b78.tar.gz glibc-a8a1269d8814fe54d5d25619ca138849bca29b78.tar.xz glibc-a8a1269d8814fe54d5d25619ca138849bca29b78.zip |
Update.
1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com> * malloc/Makefile: Include Makeconfig before testing config-sysdirs. * malloc/mtrace.c: Add bug report address. Update email address. Add more @XXX@ to print correct address size. * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is really initialized. * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info for munmap call instead of examining phdr again. Free all malloc()ed strings and arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 54e220eee6..85f2c7575f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com> + + * malloc/Makefile: Include Makeconfig before testing config-sysdirs. + + * malloc/mtrace.c: Add bug report address. Update email address. + Add more @XXX@ to print correct address size. + + * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is + really initialized. + + * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info + for munmap call instead of examining phdr again. + Free all malloc()ed strings and arrays. + 1998-08-09 Geoff Keating <geoffk@ozemail.com.au> * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of |