]> sourceware.org Git - glibc.git/commitdiff
Remove _dl_out_of_memory from elf/Versions
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Jun 2017 13:45:55 +0000 (06:45 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Jun 2017 16:22:48 +0000 (09:22 -0700)
Since _dl_out_of_memory is static in elf/dl-error-skeleton.c:

static const char _dl_out_of_memory[] = "out of memory";

remove _dl_out_of_memory from elf/Versions.

* elf/Versions (ld): Remove _dl_out_of_memory.

ChangeLog
elf/Versions

index 3581804a07289c50b305cb55b35f426d0d6f4b30..f4ac921321792171924461cc27fc1c1e36f27e08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf/Versions (ld): Remove _dl_out_of_memory.
+
 2017-06-16  Joseph Myers  <joseph@codesourcery.com>
 
        * timezone/private.h: Update from tzcode 2017b.
index c59facdbd750e4bcf3d84b9d38d512020129d6cb..e65f2fac20361d4e46659e0eb7561e617f20de35 100644 (file)
@@ -58,7 +58,7 @@ ld {
     __libc_enable_secure;
     _dl_allocate_tls; _dl_allocate_tls_init;
     _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
-    _dl_deallocate_tls; _dl_make_stack_executable; _dl_out_of_memory;
+    _dl_deallocate_tls; _dl_make_stack_executable;
     _dl_rtld_di_serinfo; _dl_starting_up;
     _rtld_global; _rtld_global_ro;
 
This page took 0.127356 seconds and 5 git commands to generate.