bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/20878] gold powerpc64 le linux fails to link large Linux kerne


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/20878] gold powerpc64 le linux fails to link large Linux kernel
Date: Tue, 21 Feb 2017 23:32:58 +0000

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

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

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

commit 983d1db4d7b5644b8c16a64bb6cb7267f602ebef
Author: Alan Modra <address@hidden>
Date:   Wed Dec 7 14:12:26 2016 +1030

    [GOLD] powerpc64le-linux fails to link large Linux kernel

    Gold attaches stubs to an existing section in contrast to ld.bfd which
    inserts a new section for stubs.  If we want stubs before branches,
    then the stubs must be added to the previous section.  Adding to the
    previous section is a disaster if there is a large gap between the
    previous section and the group.

        PR gold/20878
        * powerpc.cc (Stub_control): Replace stubs_always_before_branch_
        with stubs_always_after_branch_, group_end_addr_ with
        group_start_addr_.
        (Stub_control::can_add_to_stub_group): Rewrite to suit scanning
        sections by increasing address.
        (Target_powerpc::group_sections): Scan that way.  Delete corner
        case.
        * options.h (--stub-group-size): Update help string.

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