------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-01-06 
22:37 -------
Subject: Bug 10980

CVSROOT:        /cvs/src
Module name:    src
Changes by:     i...@sourceware.org     2010-01-06 22:37:19

Modified files:
        gold           : ChangeLog layout.cc options.cc options.h 
                         output.cc output.h 

Log message:
        PR 10980
        * options.cc (General_options::parse_section_start): New function.
        (General_options::section_start): New function.
        (General_options::General_options): Initialize all members.
        * options.h: Include <map>
        (class General_options): Add --section-start.  Add section_starts_
        member.
        * layout.cc (Layout::attach_allocated_section_to_segment): If
        --section-start was used, set the address of the segment.  Remove
        local sort_sections.
        (Layout::relaxation_loop_body): If the address of the load segment
        has been set by --section-start, don't use it.
        * output.h (Output_segment::update_flags_for_output_section): New
        function.
        * output.cc (Output_segment::add_output_section): Call
        update_flags_for_output_section.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.426&r2=1.427
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/layout.cc.diff?cvsroot=src&r1=1.155&r2=1.156
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.cc.diff?cvsroot=src&r1=1.97&r2=1.98
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/options.h.diff?cvsroot=src&r1=1.131&r2=1.132
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.cc.diff?cvsroot=src&r1=1.111&r2=1.112
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.93&r2=1.94



-- 


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

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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to