From patchwork Wed Jan 30 01:25:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1033147 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-99601-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="SUejL3rw"; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="HBFUh2OH"; 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 43q5MS5YVSz9sBQ for ; Wed, 30 Jan 2019 12:27:32 +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:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=HuEWR xDUODzl29s9rGbfMeR6p7mXCH7geTu/faWyG2890TQuwUQFwsLcVfTjWy4a1L6oi EjNrXzzrMPGKIdGnDt2U3FAN/oDRiCC4TmVUWiDpA2HDp89BGHFnuOazZc9Unr+c xJN8bnr87VVKRwQlFVFDodUI4syMilimu1Rz6w= 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:in-reply-to :references:mime-version:content-type; s=default; bh=KSkE7WUg6fC 9DailQLfvtD0S3DY=; b=SUejL3rwjAu9EdG8mtdUCg8iEgm/BpGfBhg4Egwa3Zd 9hEn30I/CAfFDOt0LhS5u02B4563ObWBoQSj/TiIQXNJVq3lq2YFXrngZYQycoxP eTbtK0neNSo38n3QzE0Cx7YW8xUiMP2XQu9XIKgORiRCAYfFWhIQ+CnxRsQpu/is = Received: (qmail 3259 invoked by alias); 30 Jan 2019 01:27:26 -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 3247 invoked by uid 89); 30 Jan 2019 01:27:25 -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=H*f:sk:1548811, H*i:sk:1548811 X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1548811642; bh=GPMVypYL48NxHM+y+cH3ykCOkNEesBwWbt+BV07cI6w=; h=From:To:CC:Subject:Date:In-Reply-To:References:From; b=HBFUh2OHNduZIf+pf2e6bH73ZaRTXIXkP6Jkh4KYIHeHMRHDpF3i1RMB98mK59wKZ E7zm70RCQ8KGtnGyRjlgRduk44TXKzehBsQyExpmnnHiqKDUSfZXh4UwQwz0gZgUIO rCc7staCfQKSg2Avj2iFaNbTTiDysCuW4yLmfRVuYJhhGQahLBSVqpS1AXX4/Ea735 m7YEfy70w/rqUjXF1g2ixW01SUkURRVMEmomTTI3ijP+4yNGXK+paNaLO16Ot4Qpcw 4PVckADYJxwT56jeIeyPUtVHdBKtdQFItQ+Rw6LmgWLbMO1Zum7otaOReALlusSBf9 iS/HMISyunF9w== From: Vineet Gupta To: CC: , Vineet Gupta Subject: [PATCH v2 15/15] make-syscalls.sh: fix comment referencing syscall-template Date: Tue, 29 Jan 2019 17:25:55 -0800 Message-ID: <1548811555-24373-16-git-send-email-vgupta@synopsys.com> In-Reply-To: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> References: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Signed-off-by: Vineet Gupta --- ChangeLog | 2 ++ sysdeps/unix/make-syscalls.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c1fc3d2cdcb..3c73507df5f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -101,6 +101,8 @@ * sysdeps/unix/sysv/linux/arc/shlib-versions: New file. * scripts/build-many-glibcs.py: Enable building for ARC. * NEW: Mention ARC port. + * sysdeps/unix/make-syscalls.sh: Fix comment referencing + syscall-template file. 2019-01-25 Siddhesh Poyarekar 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: