diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-14 06:11:48 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-14 06:12:00 -0700 |
commit | 99031bafd6e81a41553803886c6b245cb0ab89d9 (patch) | |
tree | 531925623f9158dd6c56a8bd1ec58333858245f4 /ld/testsuite/ld-gc | |
parent | 8eca1095d96c215409371c5687573aac89a0a980 (diff) | |
download | binutils-99031bafd6e81a41553803886c6b245cb0ab89d9.zip binutils-99031bafd6e81a41553803886c6b245cb0ab89d9.tar.gz binutils-99031bafd6e81a41553803886c6b245cb0ab89d9.tar.bz2 |
xfail pr20022.d on targets without dynamic relocs in .text
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.
Diffstat (limited to 'ld/testsuite/ld-gc')
-rw-r--r-- | ld/testsuite/ld-gc/pr20022.d | 2 |
1 files changed, 2 insertions, 0 deletions
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]+.* |