diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 08:32:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 08:32:23 +0000 |
commit | b35e21f43f6aa514fddabc8f4a7cfdc9042e4c6f (patch) | |
tree | 3d816bce8a5c0d968e4be46a7467eb85e8624c12 /elf/Versions | |
parent | b9672e718e4c01d7ceaf9ba5cca0f38e313b7c1c (diff) | |
download | glibc-b35e21f43f6aa514fddabc8f4a7cfdc9042e4c6f.zip glibc-b35e21f43f6aa514fddabc8f4a7cfdc9042e4c6f.tar.gz glibc-b35e21f43f6aa514fddabc8f4a7cfdc9042e4c6f.tar.bz2 |
Update.
* elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
* elf/dl-close.c (_dl_close): Print debug message if object is not
unloaded.
* elf/dl-open.c (dl_open_worked): Print message about opencount before
returning to caller.
Diffstat (limited to 'elf/Versions')
-rw-r--r-- | elf/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Versions b/elf/Versions index 776934a..09f3d25 100644 --- a/elf/Versions +++ b/elf/Versions @@ -52,6 +52,8 @@ ld { _dl_dst_count; _dl_dst_substitute; } GLIBC_2.2 { + _dl_debug_files; + _dl_init; _dl_load_lock; _dl_argv; _dl_nloaded; _dl_check_map_versions; # this is defined in ld.so and overridden by libc |