bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/13249] gold creates incorrect RELATIVE dynamic relocation for


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/13249] gold creates incorrect RELATIVE dynamic relocation for local IFUNC GOT entries
Date: Mon, 10 Oct 2011 17:29:55 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13249

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2011-10-10 17:29:55 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    address@hidden    2011-10-10 17:29:52

Modified files:
    gold           : ChangeLog output.cc output.h powerpc.cc 
                     sparc.cc x86_64.cc 

Log message:
    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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.832&r2=1.833
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.160&r2=1.161
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.129&r2=1.130
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/powerpc.cc.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/sparc.cc.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/x86_64.cc.diff?cvsroot=src&r1=1.139&r2=1.140

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]