about summary refs log tree commit diff
path: root/sysdeps/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/elf/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/i386/elf/Versions b/sysdeps/i386/elf/Versions
new file mode 100644
index 0000000000..5ca6686b83
--- /dev/null
+++ b/sysdeps/i386/elf/Versions
@@ -0,0 +1,6 @@
+ld {
+  GLIBC_2.3 {
+    # The alternative i386 runtime interface to TLS.
+    ___tls_get_addr;
+  }
+}