This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][GOLD] Handle -Ttext, -Tdata and -Tbss options in scripts.


Hi,

    This patch adds support of -Ttext, -Tdata and -Tbss options in
scripts.  Basically, it does a dot assignment at the first section of
the appropriate type.

-Doug

2009-10-15  Doug Kwan  <dougkwan@google.com>

        * script-sections.cc (Script_sections::set_section_addresses):
        Handle -Ttext, -Tdata and -Tbbs options.
        (Script_sections::create_segments): If the -Tbss option is used,
        begin a new segment when seeing a new run of BBS sections.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]