From: Ulrich Drepper Date: Sun, 22 Apr 2001 03:21:47 +0000 (+0000) Subject: Add _dl_function_address. X-Git-Tag: upstream/2.30~10627^2~1910 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40ba2ccb8cc4d54b59c8928925b50def0b85ed6;p=external%2Fglibc.git Add _dl_function_address. --- diff --git a/sysdeps/hppa/Versions b/sysdeps/hppa/Versions index 0c447d9..c5f35d4 100644 --- a/sysdeps/hppa/Versions +++ b/sysdeps/hppa/Versions @@ -2,5 +2,6 @@ ld { GLIBC_2.2 { # hppa specific functions in the dynamic linker, but used by libc.so. _dl_symbol_address; _dl_unmap; _dl_lookup_address; + _dl_function_address; } }