diff options
author | Nick Clifton <nickc@redhat.com> | 2017-11-21 14:15:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-11-21 14:15:51 +0000 |
commit | 2824e1bd4fc93f112875969b1ba606980aaa55ba (patch) | |
tree | 6372662755123d3efc88469a379be9964611d4d7 /ld/testsuite/ld-unique | |
parent | bd560f571fe7a83755a17e7b5951e70f5e4c5039 (diff) | |
download | binutils-gdb-2824e1bd4fc93f112875969b1ba606980aaa55ba.tar.gz |
Stop the v850 linker from converting to other output formats whilst linking.
PR 22419
* emultempl/v850elf.em (v850_create_output_section_statements):
New function. Generate an error if attempting to convert the
format of the output file.
* testsuite/ld-unique/pr21529.d: Skip for the V850.
* testsuite/ld-elf/pr21884.d: Skip for the V850.
Diffstat (limited to 'ld/testsuite/ld-unique')
-rw-r--r-- | ld/testsuite/ld-unique/pr21529.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-unique/pr21529.d b/ld/testsuite/ld-unique/pr21529.d index ffc1a724406..655a9eff9e0 100644 --- a/ld/testsuite/ld-unique/pr21529.d +++ b/ld/testsuite/ld-unique/pr21529.d @@ -1,6 +1,6 @@ #ld: --oformat binary -T pr21529.ld -e main #objdump: -s -b binary -#notarget: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* +#notarget: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* v850-*-* # Skip targets which can't change output format to binary. #pass |