diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-02-07 05:08:16 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-02-07 05:10:05 -0800 |
commit | adb8754e48d53b219ddaa9e8368e4b1acb9db53a (patch) | |
tree | 2d6c9dc41a5f6e38025a0bc535a66371e461f270 | |
parent | 9984857cfd9a85a5d1b99162f9838aba099d20a0 (diff) | |
download | gdb-adb8754e48d53b219ddaa9e8368e4b1acb9db53a.zip gdb-adb8754e48d53b219ddaa9e8368e4b1acb9db53a.tar.gz gdb-adb8754e48d53b219ddaa9e8368e4b1acb9db53a.tar.bz2 |
pr25022.d: Xfail more targets without ldelf_before_place_orphans
PR ld/25022
* testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
ldelf_before_place_orphans.
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/pr25022.d | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 221e2d3..b03c0fb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-02-07 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/25022 + * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use + ldelf_before_place_orphans. + 2020-02-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/25022 diff --git a/ld/testsuite/ld-elf/pr25022.d b/ld/testsuite/ld-elf/pr25022.d index 9a39752..c99710a 100644 --- a/ld/testsuite/ld-elf/pr25022.d +++ b/ld/testsuite/ld-elf/pr25022.d @@ -1,7 +1,8 @@ #ld: -T pr25022.t #readelf: -SW -#xfail: msp*-* -# msp* doesn't use ldelf_before_place_orphans. +#xfail: [is_generic] +#xfail: fr30-*-* frv-*-elf ft32-*-* iq2000-*-* mn10200-*-* msp*-* mt-*-* +# They don't use ldelf_before_place_orphans. #failif #... |