Do not use linker script to place static relocation sections.
authorCary Coutant <ccoutant@gmail.com>
Tue, 13 Dec 2016 19:49:22 +0000 (11:49 -0800)
committerCary Coutant <ccoutant@gmail.com>
Tue, 13 Dec 2016 21:01:26 +0000 (13:01 -0800)
commit03fb64f837bd8466ba6e7b7cb8880f5c6c87daab
tree8ae79298e3d57cd7f118b5efcd2b8f47dd5b924a
parenta6a51754740513db76fdee3aa153cdd51e87a24a
Do not use linker script to place static relocation sections.

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.
gold/ChangeLog
gold/layout.cc
gold/layout.h
This page took 0.025689 seconds and 4 git commands to generate.