diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-06-08 10:36:19 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-06-13 16:15:58 +0200 |
commit | 82f46e2cc1caefff2902d1f368edaa37d6ff8d77 (patch) | |
tree | a9eab368535be8c3742925ae996159e0820fb185 | |
parent | 3b63d2cee1e6b894981cab59183480ac0972146a (diff) | |
download | gdb-82f46e2cc1caefff2902d1f368edaa37d6ff8d77.zip gdb-82f46e2cc1caefff2902d1f368edaa37d6ff8d77.tar.gz gdb-82f46e2cc1caefff2902d1f368edaa37d6ff8d77.tar.bz2 |
[ARC] XFAIL S-Records tests for both little and big endian ARC target.
ld/
2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
* testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and
big endian ARC targets.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 05f490a..dff7ba8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2016-06-13 Cupertino Miranda <cmiranda@synospsy.com> + + * testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and + big endian ARC targets. + 2016-06-12 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-x86-64/libno-plt-1b.dd: Updated for x32. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 21d165b..9fcf07a 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -376,7 +376,7 @@ setup_xfail "mips*-*-irix5*" "mips*-*-irix6*" "mips*-*-linux*" setup_xfail "*-*-aix*" "*-*-xcoff*" # The S-record linker is not supported for ARC. -setup_xfail "arc-*-*" +setup_xfail "arc*-*-*" # The S-record linker doesn't build ARM/Thumb stubs. setup_xfail "arm-*-coff" @@ -438,7 +438,7 @@ if ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/s setup_xfail "i*86-*-aout*" setup_xfail "mips*-*-irix5*" "mips*-*-irix6*" "mips*-*-linux*" setup_xfail "*-*-aix*" "*-*-xcoff*" -setup_xfail "arc-*-*" +setup_xfail "arc*-*-*" setup_xfail "arm*-*-*" setup_xfail "v850*-*-elf" setup_xfail "alpha*-*-elf*" "alpha*-*-linux-*" "alpha*-*-gnu*" |