From patchwork Fri Feb 1 00:16:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1034530 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-99661-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ChY7bb32"; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="GPyeTTGB"; 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 43rHkc28bTz9sMx for ; Fri, 1 Feb 2019 11:18:16 +1100 (AEDT) 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 :mime-version:content-type; q=dns; s=default; b=dI5kttt8yFRMP6Xk KiBHZhqvL7uaYOFqTjdUVWg2uvLFwr6QTHUXKs4Z4qCYN55kN8AJEMzVKPwr+wfD eGrp/AfWoXroNKeFSgbD1tdlQd/0oRM9KkrQvE3BTPrwr/aI1G13hzHesju4NQMf xpUGsZyxFfhBPJBqs5FMgSZYd5Q= 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 :mime-version:content-type; s=default; bh=W4WLfPlBZLSA0V0pK9xE7G Aq+uA=; b=ChY7bb32nS5PL+rRp1RbQ1xJ7bkusIVaTTD7eOHmNL3YAmi8M0MDZq L6mYJIHZCy9fWGzBi6SrG7fEk0LP/X4PQYp9mM30+9Zsn0E38G4oqtckSAN5Fv5H w5VTEh6dka8Fl+qopgq7+gOyonhbuhJ+w1qSluRWE/ttijFoxl78c= Received: (qmail 85224 invoked by alias); 1 Feb 2019 00:18:10 -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 85206 invoked by uid 89); 1 Feb 2019 00:18:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=synopsyscom, H*RU:sk:smtprel, H*MI:synopsys, H*RU:198.182.47.9 X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1548980287; bh=THDoZ7uQJ2WqiIYbnVXj0T6VkG1UFaC9luga1pVCoTc=; h=From:To:CC:Subject:Date:From; b=GPyeTTGBNjgwXUvq8ONmFUicEBHjYsFVTBmEEkerqS5/xEFFiKtAVclns3RA8rBuv aFU2eNMIusMAEZ8JgJZzCSG25qhS67hOJeY9YOGNzKBCxeIwTXctHXzi4QcDDKrSac fFKDRor0P1jAKI/ex+yGct6u+DEp6s5aIbTYJ1p7E2nGz9yvlEOLsd5gNvRq0HYZTW UtvppHXoZ70LymZD+mHsmZFeIkJKFaWN0KbXLk9UUrQ4pEv0iP1autFj3jy73S25yp f+YWqLp5C14twb57iZ1CICMHW5JRP7J9kf76O1Vn3+9aIRpx4D9+HoOCD9DHYWcW75 gIc8OKHt8zT6w== From: Vineet Gupta To: CC: , Vineet Gupta Subject: [PATCH] make-syscalls.sh: fix comment referencing syscall-template Date: Thu, 31 Jan 2019 16:16:50 -0800 Message-ID: <1548980210-5289-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 spotted when started working on ARC port to glibc Reviewed-by: Carlos O'Donell --- ChangeLog | 5 +++++ sysdeps/unix/make-syscalls.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 93201b76a26b..8438f93e13a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-01-31 Vineet Gupta + + * sysdeps/unix/make-syscalls.sh: Fix comment referencing + syscall-template file. + 2019-01-31 Paul Pluzhnikov [BZ #24051] diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh index e39b2d6d5214..6a5c10d54e87 100644 --- a/sysdeps/unix/make-syscalls.sh +++ b/sysdeps/unix/make-syscalls.sh @@ -7,7 +7,7 @@ # # This script is used to process the syscall data encoded in the various # syscalls.list files to produce thin assembly syscall wrappers around the -# appropriate OS syscall. See syscall-template.s for more details on the +# appropriate OS syscall. See syscall-template.S for more details on the # actual wrapper. # # Syscall Signature Prefixes: