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 20522: Do not use linker script to place static relocation sections


I've committed this patch to prevent gold from trying to place static
relocation sections via the linker script.

-cary


2016-12-13  Cary Coutant  <ccoutant@gmail.com>

gold/
        PR gold/20522
        * layout.cc (Layout::choose_output_section): Add is_reloc parameter.
        Adjust all callers.  Do not use linker script for is_reloc sections.
        (Layout::layout_reloc): Pass is_reloc == true.
        * layout.h (Layout::choose_output_section): Add is_reloc parameter.


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