From 480a4dd5f347e441a4e550285b300081152ad4e0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 9 Apr 2022 15:26:25 +0930 Subject: [PATCH] Don't run pr27228 test for hppa As the comment says, hppa doesn't support use of BFD_RELOC_* in .reloc directives. Using xfail can result in a spurious XPASS result as BFD_RELOC values change. * testsuite/gas/elf/pr27228.d: Change xfail to notarget for hppa. --- gas/testsuite/gas/elf/pr27228.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/testsuite/gas/elf/pr27228.d b/gas/testsuite/gas/elf/pr27228.d index da336ff2191..ecf2d1723bd 100644 --- a/gas/testsuite/gas/elf/pr27228.d +++ b/gas/testsuite/gas/elf/pr27228.d @@ -2,7 +2,7 @@ #name: .reloc against undefined local symbol (PR 27228) #readelf: -sW # hppa doesn't support use of any BFD_RELOC_* -#xfail: hppa*-*-* +#notarget: hppa*-*-* Symbol table '\.symtab' contains [0-9]+ entries: #... -- 2.30.2