diff options
author | Alan Modra <amodra@gmail.com> | 2017-06-07 15:22:58 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-06-07 17:56:46 +0930 |
commit | 4936f23592b910d65cc9f077115559366f9c4662 (patch) | |
tree | be8b053c2eb992201795cba0f1f3a5cfae08fed8 /ld/testsuite/ld-unique | |
parent | 58f59b7616851b2f3737e385ec9095765eeeffa3 (diff) | |
download | fsf-binutils-gdb-4936f23592b910d65cc9f077115559366f9c4662.zip fsf-binutils-gdb-4936f23592b910d65cc9f077115559366f9c4662.tar.gz fsf-binutils-gdb-4936f23592b910d65cc9f077115559366f9c4662.tar.bz2 |
Fix a number of pr21529 testcase failures
Various targets fail this testcase due to ld not supporting binary output.
* testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
nds32, and score. Match any output.
Diffstat (limited to 'ld/testsuite/ld-unique')
-rw-r--r-- | ld/testsuite/ld-unique/pr21529.d | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ld/testsuite/ld-unique/pr21529.d b/ld/testsuite/ld-unique/pr21529.d index 9a75a6a..1bcd4fe 100644 --- a/ld/testsuite/ld-unique/pr21529.d +++ b/ld/testsuite/ld-unique/pr21529.d @@ -1,8 +1,5 @@ #ld: --oformat binary -e main #objdump: -s -b binary +#xfail: aarch64*-*-* arm*-*-* hppa-*-* ia64-*-* nds32*-*-* score-*-* -.*: file format binary - -Contents of section \.data: - 0000 .* #pass |