about summary refs log tree commit diff
path: root/elf/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'elf/Versions')
-rw-r--r--elf/Versions4
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/Versions b/elf/Versions
index d3ed536d0f..21f8cdbd6f 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -36,6 +36,8 @@ ld {
   GLIBC_2.1 {
     # functions used in other libraries
     _dl_mcount;
+    # historically used by Garbage Collectors
+    __libc_stack_end;
   }
   GLIBC_2.3 {
     # runtime interface to TLS
@@ -43,7 +45,7 @@ ld {
   }
   GLIBC_PRIVATE {
     # Those are in the dynamic linker, but used by libc.so.
-    __libc_enable_secure; __libc_stack_end;
+    __libc_enable_secure;
     _dl_argv; _dl_catch_error; _dl_check_map_versions;
     _dl_debug_printf; _dl_debug_state; _dl_dst_count;
     _dl_dst_substitute; _dl_init; _dl_lookup_symbol; _dl_lookup_symbol_skip;