diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-27 07:33:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-27 07:33:58 +0000 |
commit | 6a904bbfc610f98ee2f467844434117a7bca5982 (patch) | |
tree | 4d3b5d6981355f75e3c6a180dd5c9cd2d35b6695 /ChangeLog | |
parent | adef37445c9c4e1c134e9a2bd1ca8c70472ffb55 (diff) | |
download | glibc-6a904bbfc610f98ee2f467844434117a7bca5982.tar glibc-6a904bbfc610f98ee2f467844434117a7bca5982.tar.gz glibc-6a904bbfc610f98ee2f467844434117a7bca5982.tar.bz2 glibc-6a904bbfc610f98ee2f467844434117a7bca5982.zip |
Update.
2001-07-27 Ulrich Drepper <drepper@redhat.com>
* malloc/mtrace.pl: Extract addresses from DSOs.
2001-07-26 Ulrich Drepper <drepper@redhat.com>
* malloc/mcheck.c (checkhdr): Disable mcheck before reporting an
error. Don't run any tests if mcheck is disabled.
* elf/dl-support.c (_dl_important_hwcaps): Avoid using malloc
early in the program.
>>>>>>> 1.5525
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-07-27 Ulrich Drepper <drepper@redhat.com> + + * malloc/mtrace.pl: Extract addresses from DSOs. + +2001-07-26 Ulrich Drepper <drepper@redhat.com> + + * malloc/mcheck.c (checkhdr): Disable mcheck before reporting an + error. Don't run any tests if mcheck is disabled. + + * elf/dl-support.c (_dl_important_hwcaps): Avoid using malloc + early in the program. + 2001-07-27 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_GPRS): Fix @@ -17,6 +29,7 @@ * sysdeps/generic/tcsetattr.c (bad_speed): Accept those values. * termios/cfsetspeed.c (speeds): Likewise. +>>>>>>> 1.5525 2001-07-26 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/dl-machine.h (elf_machine_load_address): Don't use |