From patchwork Tue Aug 16 17:42:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 14623 Received: (qmail 31110 invoked by alias); 16 Aug 2016 17:43:16 -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 31094 invoked by uid 89); 16 Aug 2016 17:43:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=ipi, Hx-languages-length:1252 X-HELO: mail-yb0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=sf0tDjIipauSTCWTB31fe2pJbx8Od/CgtkHJuh7ONG4=; b=fdHAb3wSuokzBnZpaCJlML5jBw6cygsT1t0SV+hdKM91K4gg3E4FSTgHGRhW18+0hS FROwHj5EDY9PT/TC5ztt14fsbU0qEaaWS1YXORrf2koI8sNCwf0bdNlT9zYzTyTb1gIg gKI5TiH6e0WU0COs1qIRS5aeMfrIocT5kuU5zHCn8Yr6rw70ozGCHkKrCFT7LaZpUK1d 6Z/52C4ROf1SIE1XyxjpS47CMl4AFMNDCAXhUyffzEVR2pWvPfzwExHJhCAbIZvP9pFi 4Y9zR227atykzwNPdVFTvQC3tPJkR6aSLXjGvZkTfj5VaQq5lJjREmRbQPaODav3OQpy kHDg== X-Gm-Message-State: AEkoousDoMoo1JvKeqJhY/BqxzO2H53azc8tDMpT4CU/zIL+EVwpKzdCUDZKJkBVE6ISWpWn X-Received: by 10.37.3.198 with SMTP id 189mr25293988ybd.57.1471369384304; Tue, 16 Aug 2016 10:43:04 -0700 (PDT) From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 2/2] Remove p{read,write}{v} from x86 auto-generation list Date: Tue, 16 Aug 2016 14:42:44 -0300 Message-Id: <1471369364-23828-2-git-send-email-adhemerval.zanella@linaro.org> In-Reply-To: <1471369364-23828-1-git-send-email-adhemerval.zanella@linaro.org> References: <1471369364-23828-1-git-send-email-adhemerval.zanella@linaro.org> With {INLINE,INTERNAL}_SYSCALL macros fixed for 64-bits arguments on x32, we can remove the p{read,write}{v} from auto-generation list. Tested on x86_64 and x32. * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pread64): Remove. (preadv64): Likewise. (pwrite64(: Likewise. (pwritev64): Likewise. --- sysdeps/unix/sysv/linux/x86_64/syscalls.list | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list index bcf6370..d09d101 100644 --- a/sysdeps/unix/sysv/linux/x86_64/syscalls.list +++ b/sysdeps/unix/sysv/linux/x86_64/syscalls.list @@ -6,10 +6,6 @@ msgctl - msgctl i:iip __msgctl msgctl msgget - msgget i:ii __msgget msgget msgrcv - msgrcv Ci:ibnii __msgrcv msgrcv msgsnd - msgsnd Ci:ibni __msgsnd msgsnd -pread64 - pread64 Ci:ipii __libc_pread __libc_pread64 __pread64 pread64 __pread pread -preadv64 - preadv Ci:ipii preadv64 preadv -pwrite64 - pwrite64 Ci:ipii __libc_pwrite __pwrite64 pwrite64 __pwrite pwrite -pwritev64 - pwritev Ci:ipii pwritev64 pwritev shmat - shmat i:ipi __shmat shmat shmctl - shmctl i:iip __shmctl shmctl shmdt - shmdt i:s __shmdt shmdt