about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/hppa/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/hppa/Versions')
-rw-r--r--REORG.TODO/sysdeps/hppa/Versions12
1 files changed, 12 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/hppa/Versions b/REORG.TODO/sysdeps/hppa/Versions
new file mode 100644
index 0000000000..c9723b4746
--- /dev/null
+++ b/REORG.TODO/sysdeps/hppa/Versions
@@ -0,0 +1,12 @@
+ld {
+  GLIBC_PRIVATE {
+    # hppa specific functions in the dynamic linker, but used by libc.so.
+    _dl_symbol_address; _dl_lookup_address;
+    _dl_function_address;
+  }
+}
+libc {
+  GLIBC_2.2 {
+    __clz_tab;
+  }
+}