[GOLD] Symbol flag for PowerPC64 localentry:0 tracking
authorAlan Modra <amodra@gmail.com>
Mon, 28 Aug 2017 06:57:33 +0000 (16:27 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 28 Aug 2017 06:57:33 +0000 (16:27 +0930)
commit565ed01a4e0e3584f24580177822a5271b1c0c8b
treee9b966a4414efec1764b7157318faa9d0cd8435e
parent41e52377486950e32a1bc121e4c42abc8561aee5
[GOLD] Symbol flag for PowerPC64 localentry:0 tracking

This patch provides a flag for PowerPC64 ELFv2 use in class Symbol,
and modifies Sized_target::resolve to return whether the symbol has
been resolved.  If not, normal processing continues.  I use this for
PowerPC64 ELFv2 to keep track of whether a symbol has any definition
with non-zero localentry, in order to disable --plt-localentry for
that symbol.

PR 21847
* powerpc.cc (Target_powerpc::is_elfv2_localentry0): Test
non_zero_localentry.
(Target_powerpc::resolve): New function.
(powerpc_info): Set has_resolve for 64-bit.
* target.h (Sized_target::resolve): Return bool.
* resolve.cc (Symbol_table::resolve): Continue with normal
processing when target resolve returns false.
* symtab.h (Symbol::non_zero_localentry, set_non_zero_localentry):
New accessors.
(Symbol::non_zero_localentry_): New flag bit.
* symtab.cc (Symbol::init_fields): Init non_zero_localentry_.
gold/ChangeLog
gold/powerpc.cc
gold/resolve.cc
gold/symtab.cc
gold/symtab.h
gold/target.h
This page took 0.028103 seconds and 4 git commands to generate.