Add _dl_function_address.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:21:47 +0000 (03:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:21:47 +0000 (03:21 +0000)
sysdeps/hppa/Versions

index 0c447d9..c5f35d4 100644 (file)
@@ -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;
   }
 }