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: 31268 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: