diff options
author | Alan Modra <amodra@gmail.com> | 2022-04-09 15:26:25 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-04-09 15:26:25 +0930 |
commit | 480a4dd5f347e441a4e550285b300081152ad4e0 (patch) | |
tree | a8858198db24a764439279822e4fe904a6c2f74f /gas | |
parent | 81c5e3764b2ad8f0da59011b7610ae50e1f2e2ca (diff) | |
download | gdb-480a4dd5f347e441a4e550285b300081152ad4e0.zip gdb-480a4dd5f347e441a4e550285b300081152ad4e0.tar.gz gdb-480a4dd5f347e441a4e550285b300081152ad4e0.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/elf/pr27228.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/elf/pr27228.d b/gas/testsuite/gas/elf/pr27228.d index da336ff..ecf2d17 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: #... |