public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] aarch64: morello: disable the vpcs test
@ 2022-08-05 19:36 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:36 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c779cc818eb15d8e3389827b77185cd102a7c710

commit c779cc818eb15d8e3389827b77185cd102a7c710
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] aarch64: morello: disable the vpcs test
@ 2022-11-23 14:47 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3fb3ff7f38f44389b74cc39adcbf398ad4c468fc

commit 3fb3ff7f38f44389b74cc39adcbf398ad4c468fc
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] aarch64: morello: disable the vpcs test
@ 2022-10-27 13:57 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4e3c34542ba58f53b7a828c266f8d7c931237809

commit 4e3c34542ba58f53b7a828c266f8d7c931237809
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] aarch64: morello: disable the vpcs test
@ 2022-10-26 15:18 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:18 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dad24209adf27003e3a17ab4242f076d984b09a6

commit dad24209adf27003e3a17ab4242f076d984b09a6
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-23 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 19:36 [glibc/arm/morello/main] aarch64: morello: disable the vpcs test Szabolcs Nagy
2022-10-26 15:18 Szabolcs Nagy
2022-10-27 13:57 Szabolcs Nagy
2022-11-23 14:47 Szabolcs Nagy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).