From patchwork Wed Jun 13 22:23:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 929113 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-93217-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="MlgPgBCu"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415h9c02j7z9ryk for ; Thu, 14 Jun 2018 08:23:47 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=VI83y0iTu6fAwY/+UxRZXAEDUDl3smpVwbC5QbRpihQV1uY1tLruP SWDRMddxBbGQvdvhhwgsHccpVSnY8EkCf5bhYYy9FUhueJ6QPMeeCM79rzBReeFR 1gdjTqpt/uX/tSCheLWH0hnOamSurpdISJVJshEZLbgy3OfjOmUjoI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=mSRsok9ZBm+nr5izqPhDLigPTzs=; b=MlgPgBCuZLkLXg7wBIlWW7qBTWM3 0AMHf0lmf7I24BDDL5aiGkchsgp6OBsxrvnjJJ/RZB9tvz0d6x/H9Ef7+ayYOklK qzr3p31HfI14idealgO4bsMxjmZD79h9LosSazFUveIjjEEZTpvuv9K1uMSbJPN6 N0NmGSOo69IjEJg= Received: (qmail 43265 invoked by alias); 13 Jun 2018 22:23:41 -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 43245 invoked by uid 89); 13 Jun 2018 22:23:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL, UNSUBSCRIBE_BODY, URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:static-, H*RU:sk:static-, H*r:sk:static- X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: update localplt.data Date: Thu, 14 Jun 2018 00:23:34 +0200 Message-Id: <20180613222334.1280-1-samuel.thibault@ens-lyon.org> after 329ea513b451 ("Avoid cancellable I/O primitives in ld.so.") * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename __libc_read and __libc_write to __read and __write. --- ChangeLog | 2 ++ sysdeps/mach/hurd/localplt.data | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab8926d30f..61e7c1758f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, test-xfail-check-abi-libmachuser): Add. + * sysdeps/mach/hurd/localplt.data (ld.so): Add __open64, rename + __libc_read and __libc_write to __read and __write. 2018-06-13 Joseph Myers diff --git a/sysdeps/mach/hurd/localplt.data b/sysdeps/mach/hurd/localplt.data index ca43cce323..4df5ae5d63 100644 --- a/sysdeps/mach/hurd/localplt.data +++ b/sysdeps/mach/hurd/localplt.data @@ -21,9 +21,10 @@ 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: __open64 ? ld.so: __close -ld.so: __libc_read -ld.so: __libc_write +ld.so: __read ? +ld.so: __write ? #ld.so: __writev ld.so: __libc_lseek64 ld.so: __mmap