bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/21884] [2.29/2.30 Regression] ld segfaulting building memtest86
Date: Thu, 03 Aug 2017 11:01:30 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21884

--- Comment #13 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fd9770d81fba7ad860e8bcfbc13c77f21041f1f3

commit fd9770d81fba7ad860e8bcfbc13c77f21041f1f3
Author: Nick Clifton <address@hidden>
Date:   Thu Aug 3 11:59:32 2017 +0100

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]