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]

[gold commit] PR 18548: Fix problem where __start_ and __stop_ section symbols do not honor version script


When creating the special __start_ and __stop_ section symbols, gold
does not check the version script to see if they should be local
instead of global.

-cary


2015-07-21  Cary Coutant  <ccoutant@gmail.com>

gold/
        PR gold/18548
        * symtab.cc (Symbol_table::do_define_in_output_data): Check for
        forced local symbol even when oldsym != NULL.
        (Symbol_table::do_define_in_output_segment): Likewise.
        (Symbol_table::do_define_as_constant): Likewise.


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