diff options
author | Sam James <sam@gentoo.org> | 2023-08-08 02:19:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 02:37:37 +0000 |
commit | c636a9548aa241f9525979f1bcb3e7a19cf70fb4 (patch) | |
tree | 31466cc13adb35a510ab25727b6807858201926e | |
parent | 493b2c96a5634439266fa32d0f1b5b8e5d422373 (diff) | |
download | fsf-binutils-gdb-c636a9548aa241f9525979f1bcb3e7a19cf70fb4.zip fsf-binutils-gdb-c636a9548aa241f9525979f1bcb3e7a19cf70fb4.tar.gz fsf-binutils-gdb-c636a9548aa241f9525979f1bcb3e7a19cf70fb4.tar.bz2 |
ld: Fix retain7a.d XFAIL/notarget entry for hppa
PR 30733
* ld/testsuite/ld-elf/retain7a.d: Fix XFAIL entry for hppa to match
hppa{1.1,2.0}*, like hppa2.0-unknown-linux-gnu which Gentoo uses.
Signed-off-by: Sam James <sam@gentoo.org>
(cherry picked from commit e3b66187192ce6840df283c00f6395bb0ff15cf5)
-rw-r--r-- | ld/testsuite/ld-elf/retain7a.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/retain7a.d b/ld/testsuite/ld-elf/retain7a.d index 314fe0f..38d9a9b 100644 --- a/ld/testsuite/ld-elf/retain7a.d +++ b/ld/testsuite/ld-elf/retain7a.d @@ -2,7 +2,7 @@ #source: retain7.s #ld: -e _start --gc-sections # hppa-linux chooses ELFOSABI_GNU regardless of GNU feature use -#notarget: ![supports_gnu_osabi] ![check_gc_sections_available] hppa-*-linux* +#notarget: ![supports_gnu_osabi] ![check_gc_sections_available] hppa*-*-linux* #readelf: -h #failif |