From patchwork Wed Sep 25 23:39:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 34670 Received: (qmail 57561 invoked by alias); 25 Sep 2019 23:39:23 -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 57550 invoked by uid 89); 25 Sep 2019 23:39:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-pl1-f177.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=4QawY3IWuyi6f/5+xZHsXfm+qqWx8njwNi/sD7VKNSw=; b=Vsjyd8mlaULmLagHgtJs9AijRmR2lQ3Prtslaa2Dz/O7+Su9Kln5oKLki8+5CM9tcI Dcox04BVSp2jUXM6biUwBmHrvjK3gTQd8CKDImZXQEWHDfbfDWnFUjyt7ujjM+7aCWjP 0YUnszIuTOveoWQV94Jgh1LqtdnXoqtE6+RFc3tJGhGS4FEjUlgze8pBNfCsB2iDRw9a ynmfBKK/9mcKZt6IS38TviX/CRV8tdFRFEJ+SA5Fx6ygTKfejNW6+5y4ynV4rZFCFjqJ bVy6KH/9QxIVx6CFqXV7WYUbXS3oz1rVQNtiVXHcE7RxwSc3nMOB9CeUBLZVK2gyDAL9 eA2w== Return-Path: From: adhemerval.zanella@linaro.org To: libc-alpha@sourceware.org Cc: Adhemerval Zanella Subject: [COMMITTED] Fix tst-sigcontext-get_pc rule name from a43565ac447b1 Date: Wed, 25 Sep 2019 16:39:15 -0700 Message-Id: <20190925233916.1028-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 From: Adhemerval Zanella Checked on powerpc64le-linux-gnu. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-sigcontextinfo-get_pc.c): Rename to CFLAGS-tst-sigcontext-get_pc.c. --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 097ff9e89a..ce630e0159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-09-25 Adhemerval Zanella + + * sysdeps/unix/sysv/linux/Makefile + (CFLAGS-tst-sigcontextinfo-get_pc.c): Rename to + CFLAGS-tst-sigcontext-get_pc.c. + 2019-09-24 Alistair Francis * inet/net-internal.h: Fix uninitalised clntudp_call() variable. diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 40db26e733..7203581e2f 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -57,7 +57,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ tst-tgkill tests-internal += tst-ofdlocks-compat tst-sigcontext-get_pc -CFLAGS-tst-sigcontextinfo-get_pc.c = -fasynchronous-unwind-tables +CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables # Generate the list of SYS_* macros for the system calls (__NR_* # macros). The file syscall-names.list contains all possible system