From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id CD6A1385695F; Fri, 5 Aug 2022 19:36:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD6A1385695F 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: ec5240f821f475379330283349fb9efd569c1ce6 X-Git-Newrev: c779cc818eb15d8e3389827b77185cd102a7c710 Message-Id: <20220805193610.CD6A1385695F@sourceware.org> Date: Fri, 5 Aug 2022 19:36:10 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2022 19:36:10 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c779cc818eb15d8e3389827b77185cd102a7c710 commit c779cc818eb15d8e3389827b77185cd102a7c710 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