From patchwork Sat Jun 16 01:06:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 27880 Received: (qmail 65624 invoked by alias); 16 Jun 2018 01:06:37 -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 65567 invoked by uid 89); 16 Jun 2018 01:06:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL, URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:static-, H*r:sk:static-, H*RU:sk:static- X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd, commited 4/8] hurd: Avoid missing PLT ref from ld.so requirement Date: Sat, 16 Jun 2018 03:06:23 +0200 Message-Id: <20180616010627.29577-4-samuel.thibault@ens-lyon.org> In-Reply-To: <20180616010627.29577-1-samuel.thibault@ens-lyon.org> References: <20180616010627.29577-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional. --- ChangeLog | 1 + sysdeps/mach/hurd/localplt.data | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 390c2a1a9d..7ceaa829a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ (__pthread_get_cleanup_stack): Add hidden proto. * sysdeps/htl/pthreadP.h (___pthread_get_cleanup_stack): Remove prototype. + * sysdeps/mach/hurd/localplt.data (ld.so): Make ref to __open optional. 2018-06-15 Joseph Myers diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index 4df5ae5d63..58d119e3b9 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -20,7 +20,7 @@ ld.so: _dl_signal_exception ld.so: _dl_catch_exception # The dynamic linker has its own versions of basic functions for initial loading # of shared libraries. These need to be overriden by libc once loaded. -ld.so: __open +ld.so: __open ? ld.so: __open64 ? ld.so: __close ld.so: __read ?