This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] 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.
---
 ld/ChangeLog                  | 6 ++++++
 ld/testsuite/ld-elf/pr25022.d | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 221e2d3117f..b03c0fbbc1f 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 9a397523a31..c99710ae66c 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
 #...
-- 
2.24.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]