diff options
author | Awson <kyrab@mail.ru> | 2016-03-18 11:45:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-03-18 11:45:43 +0000 |
commit | 45821bef0977a7436aa5cd5f37f5a178d446d675 (patch) | |
tree | a60d7b25d7b5ffcefd2f72822f51000cf61545d3 /ld/ChangeLog | |
parent | 41f46ed9fea1a066de95b6a85c56393beef0b8b8 (diff) | |
download | gdb-45821bef0977a7436aa5cd5f37f5a178d446d675.zip gdb-45821bef0977a7436aa5cd5f37f5a178d446d675.tar.gz gdb-45821bef0977a7436aa5cd5f37f5a178d446d675.tar.bz2 |
Ensure that the .rdata_pseudo_runtime_reloc sections are not discarded by gabage collection.
PR 19531
* scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
this section.
* scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 401226b..0137ab3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2016-03-18 Awson <kyrab@mail.ru> + + PR 19531 + * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP + this section. + * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise. + 2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * ld-avr/gc-section-debugline.d: Relax regex check for CU. |