bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/11304] ld --section-start does not work correctly if section is


From: cvs-commit at gcc dot gnu dot org
Subject: [Bug ld/11304] ld --section-start does not work correctly if section is defined in multiple object files
Date: 22 Feb 2010 12:10:16 -0000

------- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-02-22 
12:10 -------
Subject: Bug 11304

CVSROOT:        /cvs/src
Module name:    src
Changes by:     address@hidden  2010-02-22 12:09:59

Modified files:
        ld             : ChangeLog ldlang.c 

Log message:
        PR ld/11304
        * ldlang.c (exp_init_os): Delete forward declaration.
        (init_os): Don't check for bfd_section already created and don't
        init addr_tree and load_base expressions here.
        (map_input_to_output_sections): Only map input to output sections
        and set constraints here, and as an exception, create output
        sections which have their address set.  Move all the other code to..
        (create_other_output_sections): ..here.  New function.  Handle init
        of addr_tree and load_base here too.
        (lang_process): Call create_other_output_sections.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2110&r2=1.2111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.329&r2=1.330



-- 


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

------- 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]