about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2023-07-01 18:26:18 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2023-07-01 18:26:18 +0000
commit181e991dfb800f721b693fe1a2227f736b99e725 (patch)
treec9ebb93ae93e4c0e13b3ae2145f81188c50f1810
parent1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4 (diff)
downloadglibc-181e991dfb800f721b693fe1a2227f736b99e725.tar.gz
glibc-181e991dfb800f721b693fe1a2227f736b99e725.tar.xz
glibc-181e991dfb800f721b693fe1a2227f736b99e725.zip
hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)
-rw-r--r--sysdeps/unix/sysv/linux/hppa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile
index c89ec83182..2e031e2f8a 100644
--- a/sysdeps/unix/sysv/linux/hppa/Makefile
+++ b/sysdeps/unix/sysv/linux/hppa/Makefile
@@ -14,3 +14,7 @@ test-xfail-check-execstack = yes
 test-xfail-check-wx-segment = *
 
 endif # $(subdir) == elf
+
+ifeq ($(subdir),debug)
+test-xfail-tst-ssp-1 = $(have-ssp)
+endif # $(subdir) == debug