PR gold/13249
authorCary Coutant <ccoutant@google.com>
Mon, 10 Oct 2011 17:29:52 +0000 (17:29 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 10 Oct 2011 17:29:52 +0000 (17:29 +0000)
commit397b129b2a1e3d186e62ff37ecdbc329bf6bbc53
tree201abe09b47a3367ca0ac89bcc64350e98d7e7b0
parent79395f921c81a0a14e92512674fc57971d3a4e2b
PR gold/13249
* gold/output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
(Output_reloc::symbol_value): Return PLT offset if flag is set.
* gold/output.h (class Output_reloc): Add use_plt_offset flag.
(Output_reloc::type_): Adjust size of bit field.
(Output_reloc::use_plt_offset_): New bit field.
(class Output_data_reloc): Adjust all calls to Output_reloc_type.
(Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
flag.  Adjust all callers.
* gold/x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
creating RELATIVE relocations.
gold/ChangeLog
gold/output.cc
gold/output.h
gold/powerpc.cc
gold/sparc.cc
gold/x86_64.cc
This page took 0.024604 seconds and 4 git commands to generate.