diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-12-13 11:49:22 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-12-13 13:01:26 -0800 |
commit | 03fb64f837bd8466ba6e7b7cb8880f5c6c87daab (patch) | |
tree | 8ae79298e3d57cd7f118b5efcd2b8f47dd5b924a /gold/ChangeLog | |
parent | a6a51754740513db76fdee3aa153cdd51e87a24a (diff) | |
download | gdb-03fb64f837bd8466ba6e7b7cb8880f5c6c87daab.zip gdb-03fb64f837bd8466ba6e7b7cb8880f5c6c87daab.tar.gz gdb-03fb64f837bd8466ba6e7b7cb8880f5c6c87daab.tar.bz2 |
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e0ce513..ac5fce8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2016-12-13 Cary Coutant <ccoutant@gmail.com> + + 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. + 2016-12-12 Igor Kudrin <ikudrin@accesssoftek.com> Cary Coutant <ccoutant@gmail.com> |