diff options
author | Jim Wilson <jimw@sifive.com> | 2018-03-06 12:01:04 -0800 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2018-03-06 12:01:50 -0800 |
commit | 770aa8a3d3da978a35520af5f205ab2d8a5371a0 (patch) | |
tree | cad4f7d1d9c153222489e313462a400e06e4b0d7 /ld/testsuite/ld-elf | |
parent | 9add17f218409f357d5ed8b831c777ac93f41ec4 (diff) | |
download | gdb-770aa8a3d3da978a35520af5f205ab2d8a5371a0.zip gdb-770aa8a3d3da978a35520af5f205ab2d8a5371a0.tar.gz gdb-770aa8a3d3da978a35520af5f205ab2d8a5371a0.tar.bz2 |
RISC-V: Disallow output format changes.
PR 22920
* emultempl/riscvelf.em (riscv_create_output_section_statements): New.
(LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
* testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
* testsuite/ld-unique/pr21529.d (#notarget): Likewise.
* testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
call setup_xfail.
Diffstat (limited to 'ld/testsuite/ld-elf')
-rw-r--r-- | ld/testsuite/ld-elf/pr21884.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elf/pr21884.d b/ld/testsuite/ld-elf/pr21884.d index 2645a87..e7eae56 100644 --- a/ld/testsuite/ld-elf/pr21884.d +++ b/ld/testsuite/ld-elf/pr21884.d @@ -2,7 +2,7 @@ #source: pr21884b.s #ld: -T pr21884.t #objdump: -b binary -s -#notarget: aarch64*-*-* arm*-*-* avr-*-* hppa-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* v850-*-* +#notarget: aarch64*-*-* arm*-*-* avr-*-* hppa-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-* # Skip targets which can't change output format to binary. .*: file format binary |