mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Remove _dl_out_of_memory from elf/Versions
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.
This commit is contained in:
parent
92bd70fb85
commit
52243b520e
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user