diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-15 08:06:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-15 08:06:15 +0000 |
commit | fc7f617d300f075fe28567391b10b4c5d64be46f (patch) | |
tree | b0a8765937d52ccdb09a796e4e0c322dae9b804b /ChangeLog | |
parent | 07a3d63e524f13dd09e14adb0ac2623f6600401d (diff) | |
download | glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.tar.gz glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.tar.xz glibc-fc7f617d300f075fe28567391b10b4c5d64be46f.zip |
Update.
* include/link.h: Include sysd-link.h. * sysdeps/generic/sysd-link.h: New file. * sysdeps/unix/sysv/linux/sysd-link.h: New file. * elf/Makefile (distribute): Add sysd-link.h. * elf/dl-load.c: Use definitions from sysd-link.h instead of stat types and functions directly. * elf/dl-misc.c: Likewise. * elf/dl-profile.c: Likewise. * elf/loadfail.c (main): Close all successfully loaded objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e89c8bd5e8..963b03b7c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2000-08-15 Ulrich Drepper <drepper@redhat.com> + * include/link.h: Include sysd-link.h. + * sysdeps/generic/sysd-link.h: New file. + * sysdeps/unix/sysv/linux/sysd-link.h: New file. + * elf/Makefile (distribute): Add sysd-link.h. + * elf/dl-load.c: Use definitions from sysd-link.h instead of stat + types and functions directly. + * elf/dl-misc.c: Likewise. + * elf/dl-profile.c: Likewise. + + * elf/loadfail.c (main): Close all successfully loaded objects. + * elf/multiload.c: Add mtrace call. Call dlclose for all handles and free wd. * elf/dl-deps.c (_dl_map_object_deps): Don't allocate needed list if |