bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/11683] GOLD wrongly linked function/var that are converted to


From: ccoutant at google dot com
Subject: [Bug gold/11683] GOLD wrongly linked function/var that are converted to static by GCC LTO
Date: 10 Jun 2010 17:24:23 -0000

------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-06-10 
17:20 -------
Subject: Bug 11683

CVSROOT:        /cvs/src
Module name:    src
Changes by:     address@hidden  2010-06-10 17:20:27

Modified files:
        gold           : ChangeLog object.cc object.h symtab.h 
                         target-reloc.h 
        gold/testsuite : Makefile.am Makefile.in 

Log message:
        * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
        (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
        reloc sections.
        * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
        
        PR 11683
        * symtab.h (Symbol::is_placeholder): New member function.
        * target-reloc.h (relocate_section): Check for placeholder symbols.
        
        * testsuite/Makefile.am (plugin_test_8): New test.
        (plugin_test_9): New test.
        * testsuite/Makefile.in: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.574&r2=1.575
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/object.cc.diff?cvsroot=src&r1=1.124&r2=1.125
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/object.h.diff?cvsroot=src&r1=1.95&r2=1.96
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/symtab.h.diff?cvsroot=src&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/target-reloc.h.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.am.diff?cvsroot=src&r1=1.136&r2=1.137
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/testsuite/Makefile.in.diff?cvsroot=src&r1=1.143&r2=1.144


------- Additional Comments From ccoutant at google dot com  2010-06-10 17:24 
-------
Fix checked in to binutils:

        * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
        (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
        reloc sections.
        * object.h (Sized_relobj::deferred_layout_relocs_): New data member.

        PR 11683
        * symtab.h (Symbol::is_placeholder): New member function.
        * target-reloc.h (relocate_section): Check for placeholder symbols.

        * testsuite/Makefile.am (plugin_test_8): New test.
        (plugin_test_9): New test.
        * testsuite/Makefile.in: Regenerate.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

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