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-elf | |
parent | bd560f571fe7a83755a17e7b5951e70f5e4c5039 (diff) | |
download | gdb-2824e1bd4fc93f112875969b1ba606980aaa55ba.zip gdb-2824e1bd4fc93f112875969b1ba606980aaa55ba.tar.gz gdb-2824e1bd4fc93f112875969b1ba606980aaa55ba.tar.bz2 |
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-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 0de7b83..2645a87 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-*-* +#notarget: aarch64*-*-* arm*-*-* avr-*-* hppa-*-* ia64-*-* m68hc1*-*-* nds32*-*-* score-*-* v850-*-* # Skip targets which can't change output format to binary. .*: file format binary |