From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id C45A33852C53; Wed, 23 Nov 2022 14:47:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C45A33852C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669214834; bh=5923k9PiKybfkPCd7X9wKMfx99qbMOTSaZLX8HqcSgY=; h=From:To:Subject:Date:From; b=ySIUHmAbeq9PL53rMgzp4HwOgI1JbrayPxWN/QcQid/V+I5/j80GJdFj/saFwHU6m 4bdrWA3Wa6PuReRCYTZM1ofZJW4B7WhBtKOz6bctKHYgFtW5ARKHmNMEyOF9NsiO3h LWuORMy08V623pvXCHfGD/tO8wDn9L7IrS12NPyA= 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: 2f33e8ec62cf2a9b5715948edd2b5bb553fd4ac8 X-Git-Newrev: 3fb3ff7f38f44389b74cc39adcbf398ad4c468fc Message-Id: <20221123144714.C45A33852C53@sourceware.org> Date: Wed, 23 Nov 2022 14:47:14 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3fb3ff7f38f44389b74cc39adcbf398ad4c468fc commit 3fb3ff7f38f44389b74cc39adcbf398ad4c468fc 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