PR gold/12980
authorIan Lance Taylor <ian@airs.com>
Tue, 12 Jul 2011 22:29:09 +0000 (22:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 12 Jul 2011 22:29:09 +0000 (22:29 +0000)
commit07aa62f2670a590b8f35a7308129bff58bf4a9d6
tree15e9038da0603a28ee7e192ed1ddac4b5db6954d
parenta7035dbbd10c5208e63cc3bc1b45f2dd8d16d7bb
PR gold/12980
* i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
GLOB_DAT relocation rather than a RELATIVE relocation for a
protected symbol when creating a shared library.
* x86_64.cc (Target_x86_64::Scan::global): Likewise.
* testsuite/protected_1.cc (f2, get_f2_addr): New functions.
* testsuite/protected_main_1.cc (main): Test that protected
function has same address.
gold/ChangeLog
gold/i386.cc
gold/testsuite/protected_1.cc
gold/testsuite/protected_main_1.cc
gold/x86_64.cc
This page took 0.029515 seconds and 4 git commands to generate.