From patchwork Fri Jun 16 16:25:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Hongjiu" X-Patchwork-Id: 21052 Received: (qmail 95978 invoked by alias); 16 Jun 2017 16:25:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 94961 invoked by uid 89); 16 Jun 2017 16:25:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, NO_DNS_FOR_FROM, T_RP_MATCHES_RCVD, URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:1154 X-HELO: mga01.intel.com X-ExtLoop1: 1 Date: Fri, 16 Jun 2017 09:25:31 -0700 From: "H.J. Lu" To: GNU C Library Subject: [PATCH] Remove _dl_out_of_memory from elf/Versions Message-ID: <20170616162531.GA21934@gmail.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) 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. I am checking it in today. H.J. --- * elf/Versions (ld): Remove _dl_out_of_memory. --- ChangeLog | 4 ++++ elf/Versions | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3581804..f4ac921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-06-16 H.J. Lu + + * elf/Versions (ld): Remove _dl_out_of_memory. + 2017-06-16 Joseph Myers * timezone/private.h: Update from tzcode 2017b. diff --git a/elf/Versions b/elf/Versions index c59facd..e65f2fa 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;