]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Jun 2003 08:32:03 +0000 (08:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Jun 2003 08:32:03 +0000 (08:32 +0000)
commit81b215afa3ee76e03579108b866ef7bd696b42c6
tree2e5c0914873040c6de812b015baf4eb7fc573b71
parentbd89c0b57325a2e9372673c9a6eba8a565e702d2
Update.

2003-06-11  Jakub Jelinek  <jakub@redhat.com>

* elf/Versions (libc): Add _dl_open_hook@GLIBC_PRIVATE.
* elf/dl-libc.c (struct dl_open_hook): New.
(_dl_open_hook): New variable.
(do_dlsym_private): New function.
(__libc_dlopen_mode) [!SHARED]: Lookup _dl_open_hook@GLIBC_PRIVATE
and initialize it if found.
(__libc_dlopen_mode) [SHARED]: If _dl_open_hook is non-NULL,
call dlopen_mode hook.
(__libc_dlsym) [SHARED]: If _dl_open_hook is non-NULL,
call dlsym hook.
(__libc_dlclose) [SHARED]: If _dl_open_hook is non-NULL,
call dlclose hook.
ChangeLog
elf/Versions
elf/dl-libc.c
This page took 0.04114 seconds and 5 git commands to generate.