From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id BE0143851525; Thu, 27 Oct 2022 13:57:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE0143851525 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666879054; bh=oI0pQFHweslRuBx1GM8ztpKiEA9llX5aXaVsR272gT8=; h=From:To:Subject:Date:From; b=nf7UjsDMl9TsXpkV1AR8X8uYmXuKh0VWidfAJlpSSPE2s5DIcAN8ZutvYt/u2ZFWg +mzRtgQMTZH4nUSWmcYuliMlYjkseKmR8bMtSVw61ekOOBBmfZmw6y+139JJ/p9EEU PbTm4fEQRJTTZGXtCEpG+2kusN2TMG3iu7z5ePiA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] aarch64: morello: disable the vpcs test X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 45f35bca7d80322d25f16b4794f812f2e9c7f936 X-Git-Newrev: 4e3c34542ba58f53b7a828c266f8d7c931237809 Message-Id: <20221027135734.BE0143851525@sourceware.org> Date: Thu, 27 Oct 2022 13:57:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4e3c34542ba58f53b7a828c266f8d7c931237809 commit 4e3c34542ba58f53b7a828c266f8d7c931237809 Author: Szabolcs Nagy Date: Mon Mar 1 11:01:40 2021 +0000 aarch64: morello: disable the vpcs test The asm code of the test is for lp64 ABI only. Diff: --- sysdeps/aarch64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile index 17fb1c5b72..d50384c47b 100644 --- a/sysdeps/aarch64/Makefile +++ b/sysdeps/aarch64/Makefile @@ -39,7 +39,7 @@ gen-as-const-headers += dl-link.sym tests-internal += tst-ifunc-arg-1 tst-ifunc-arg-2 -ifeq (yes,$(aarch64-variant-pcs)) +ifeq (yesyesno,$(aarch64-variant-pcs)$(build-shared)$(aarch64-purecap)) tests += tst-vpcs modules-names += tst-vpcs-mod LDFLAGS-tst-vpcs-mod.so = -Wl,-z,lazy