diff options
author | Alan Modra <amodra@gmail.com> | 2016-12-07 14:12:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-12-07 14:15:44 +1030 |
commit | a5018ae555cdf491005907c03f997558ba15fc47 (patch) | |
tree | 5d31dd0711e31865b1c8549cbc2628ff43f88c1d /gas/config/tc-mips.c | |
parent | dc60b26d983494a3cdec0d4f167ed98fde1a832a (diff) | |
download | binutils-a5018ae555cdf491005907c03f997558ba15fc47.zip binutils-a5018ae555cdf491005907c03f997558ba15fc47.tar.gz binutils-a5018ae555cdf491005907c03f997558ba15fc47.tar.bz2 |
[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.
Diffstat (limited to 'gas/config/tc-mips.c')
0 files changed, 0 insertions, 0 deletions