[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/21503] Gold doesn't create linker stub symbols on ppc64
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/21503] Gold doesn't create linker stub symbols on ppc64 |
Date: |
Tue, 23 May 2017 12:33:10 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21503
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=590b87ffa386ea403e2cb61525c6aafef77097a2
commit 590b87ffa386ea403e2cb61525c6aafef77097a2
Author: Alan Modra <address@hidden>
Date: Mon May 22 21:31:34 2017 +0930
PR21503, Gold doesn't create linker stub symbols on ppc64
PR 21503
* options.h: Add --emit-stub-syms option.
* powerpc.cc (object_id): New.
(Powerpc_relobj): Add uniq_ and accessor. Sort variables for
better packing.
(Powerpc_dynobj): Sort variables for better packing.
(Target_powerpc::define_local): New function.
(Target_powerpc::group_sections): Pass stub table size to
Stub_table constructor.
(Target_powerpc::do_relax): Define stub and glink symbols.
(Stub_table): Add uniq_ variable, and id param to constructor.
(Stub_table::Plt_stub_ent): Add indx_ variable.
(Stub_table::Branch_stub_entries): Move typedef earlier.
(Stub_table::branch_stub_size): Replace "to" parameter with a
Branch_stub_entries iterator.
(Stub_table::add_long_branch_entry): Adjust to suit.
(Stub_table::add_plt_call_entry): Set indx_.
(Stub_table::define_stub_syms): New function.
--
You are receiving this mail because:
You are on the CC list for the bug.