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, 0 insertions, 12 deletions
diff --git a/elf/rtld.map b/elf/rtld.map
deleted file mode 100644
index 8daf2aa97a..0000000000
--- a/elf/rtld.map
+++ /dev/null
@@ -1,12 +0,0 @@
-GLIBC_2.0 {
-  global:
-    # Not right, but I'll figure it out.
-    *;
-
-#  local:
-#    *;
-};
-
-GLIBC_2.1 {
-
-} GLIBC_2.0;