diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-16 06:45:55 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-16 09:22:48 -0700 |
commit | 52243b520e2d336431ea410ef3aa1f766642f1d2 (patch) | |
tree | bee22a842b75bff7b7f4d179857eff2919d2c0ba /elf | |
parent | 92bd70fb85bce57ac47ba5d8af008736832c955a (diff) | |
download | glibc-52243b520e2d336431ea410ef3aa1f766642f1d2.tar.gz glibc-52243b520e2d336431ea410ef3aa1f766642f1d2.tar.xz glibc-52243b520e2d336431ea410ef3aa1f766642f1d2.zip |
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.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Versions b/elf/Versions index c59facdbd7..e65f2fac20 100644 --- a/elf/Versions +++ b/elf/Versions @@ -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; |