diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2016-04-05 13:46:44 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-04-05 13:46:44 +0200 |
commit | a9fa4610b8b6dbd8dd91d0ea37141b1182c1837c (patch) | |
tree | 1c3f09e549481bb4f6b63a8fc80ad3a0171ab148 /ld/testsuite/ld-srec | |
parent | 5be33403c378ceb9487ad14a1309392dc03a1263 (diff) | |
download | gdb-a9fa4610b8b6dbd8dd91d0ea37141b1182c1837c.zip gdb-a9fa4610b8b6dbd8dd91d0ea37141b1182c1837c.tar.gz gdb-a9fa4610b8b6dbd8dd91d0ea37141b1182c1837c.tar.bz2 |
[ARC] Fix ld testsuite failures.
ld/
016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
* testsuite/ld-discard/extern.d: Removed xfail for ARC.
* testsuite/ld-discard/start.d: Likewise.
* testsuite/ld-discard/static.d: Likewise.
* testsuite/ld-elf/group1.d: Likewise.
* testsuite/ld-elf/group3b.d: Likewise.
* testsuite/ld-elf/orphan-region.d: Likewise.
* testsuite/ld-elf/orphan.d: Likewise.
* testsuite/ld-elf/orphan3.d: Likewise.
* testsuite/ld-elf/pr349.d: Likewise.
* testsuite/ld-elf/warn1.d: Likewise.
* testsuite/ld-elf/warn2.d: Likewise.
* testsuite/ld-elf/warn3.d: Likewise.
* testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
through linker flags.
* testsuite/ld-srec/srec.exp: Set as xfail.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index b36bfe1..9832af8 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -369,6 +369,9 @@ setup_xfail "mips*-*-irix5*" "mips*-*-irix6*" "mips*-*-linux*" # linkers do. setup_xfail "*-*-aix*" "*-*-xcoff*" +# The S-record linker is not supported for ARC. +setup_xfail "arc-*-*" + # The S-record linker doesn't build ARM/Thumb stubs. setup_xfail "arm-*-coff" setup_xfail "arm-*-pe*" |