diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-06 00:28:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-06 00:28:46 +0000 |
commit | 472d82fc06664bea2859cb94b4469c48af2d10d1 (patch) | |
tree | 04f72e64c13204a2216c8147ce6a6f8d2b6a3fbb /ChangeLog | |
parent | 37d8b77856be9eb9581c3c61d3f7193b3aec6b5c (diff) | |
download | glibc-472d82fc06664bea2859cb94b4469c48af2d10d1.tar.gz glibc-472d82fc06664bea2859cb94b4469c48af2d10d1.tar.xz glibc-472d82fc06664bea2859cb94b4469c48af2d10d1.zip |
Update.
* dlfcn/Makefile: Add rules to build and run bug-dlopen1. * dlfcn/bug-dlopen1.c: New file. By Bruno Haible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00c242bb71..7b9f8bb502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-02-05 Ulrich Drepper <drepper@redhat.com> + * dlfcn/Makefile: Add rules to build and run bug-dlopen1. + * dlfcn/bug-dlopen1.c: New file. By Bruno Haible. + * elf/rtld.c (process_dl_debug): Correct printing help message. * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling for %s. |