bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/17842] [ARM] Gap between sections and section headers when ld -s


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17842] [ARM] Gap between sections and section headers when ld -s is used.
Date: Wed, 11 Feb 2015 12:53:12 +0000

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The binutils-2_25-branch branch has been updated by Alan Modra
<address@hidden>:

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

commit 7706378d8f5ee1dd856c28245a14592ac3ee3dc2
Author: Alan Modra <address@hidden>
Date:   Thu Jan 15 19:42:59 2015 +1030

    Fix ARM fail of gap test

    ld-elf/gap test was failing due to the ARM backend attempting to output
    arch symbols when ld -s (strip all symbols) is in force.  This patch
    stops that happening and tidies the code a little.

        PR 17842
        * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
        (bfd_elf_final_link): Always create a symbol table when emit_relocs.
        Don't assign symtab file position unless symbols will be output.
        Merge blocks with condition in common.  Don't call
        elf_backend_output_arch_local_syms or elf_backend_output_arch_syms
        unless other symbols are output.  Move assignment of symtab_shndx
        file position.  Localize variable.

-- 
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]