Add more targets to the list of architectures not supporting format changing during...
authorNick Clifton <nickc@redhat.com>
Thu, 3 Aug 2017 10:59:32 +0000 (11:59 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 3 Aug 2017 10:59:32 +0000 (11:59 +0100)
commitfd9770d81fba7ad860e8bcfbc13c77f21041f1f3
tree9986b3b1e364d8f2e12a363206afe13298768c10
parent2e9246e077cdbbff0a56a810c5750cc895382ba3
Add more targets to the list of architectures not supporting format changing during linking.  Fix seg-faults triggered when this is attempted.

PR ld/21884
* testsuite/ld-elf/pr21884.d: Add AVR, HPPA, IA64, M68HC1x and
SCORE to list of targets not supporting file format changes during
linking.
* testsuite/ld-unique/pr21529.d: Likewise.
* emultempl/avrelf.em (_before_allocation): Skip for non-ELF
output formats.
(avr_elf_create_output_section_statements): Fail if the output
format is not ELF.
(avr_finish): Do not access the ELF header in non-ELF format
output bfds.
* emultempl/m68hc1xelf.em (_before_allocation): Skip for non-ELF
output formats.
(m68hc11elf_create_output_section_statements): Fail if the putput
format is not ELF.
(m68hc11elf_after_allocation): Skip for non-ELF output formats.
ld/ChangeLog
ld/emultempl/avrelf.em
ld/emultempl/m68hc1xelf.em
ld/testsuite/ld-elf/pr21884.d
ld/testsuite/ld-unique/pr21529.d
This page took 0.024301 seconds and 4 git commands to generate.