about summary refs log tree commit diff
path: root/elf/rtld.map
diff options
context:
space:
mode:
Diffstat (limited to 'elf/rtld.map')
-rw-r--r--elf/rtld.map12
1 files changed, 12 insertions, 0 deletions
diff --git a/elf/rtld.map b/elf/rtld.map
new file mode 100644
index 0000000000..8daf2aa97a
--- /dev/null
+++ b/elf/rtld.map
@@ -0,0 +1,12 @@
+GLIBC_2.0 {
+  global:
+    # Not right, but I'll figure it out.
+    *;
+
+#  local:
+#    *;
+};
+
+GLIBC_2.1 {
+
+} GLIBC_2.0;