This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed, PATCH] xfail pr20022.d on targets without dynamic relocs in .text
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: binutils at sourceware dot org
- Date: Wed, 14 Jun 2017 06:12:40 -0700
- Subject: [committed, PATCH] xfail pr20022.d on targets without dynamic relocs in .text
- Authentication-results: sourceware.org; auth=none
ld-gc/pr20022.d requires support for dynamic relocations in .text
section.
PR ld/20022
* testsuite/ld-gc/pr20022.d: Skip on targets without dynamic
relocations in .text section.
---
ld/testsuite/ld-gc/pr20022.d | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ld/testsuite/ld-gc/pr20022.d b/ld/testsuite/ld-gc/pr20022.d
index b51ec19..906f73d 100644
--- a/ld/testsuite/ld-gc/pr20022.d
+++ b/ld/testsuite/ld-gc/pr20022.d
@@ -3,6 +3,8 @@
#readelf: -SsW
#target: *-*-linux* *-*-gnu*
#notarget: *-*-*aout *-*-*oldld frv-*-linux* metag-*-linux*
+#notarget: mips*-*-*
+# Skip on targets without dynamic relocations in .text section.
#...
\[[ 0-9]+\] _foo[ \t]+PROGBITS[ \t]+[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+[ \t]+.*
--
2.9.4