diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-01-10 21:57:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-01-10 21:57:31 +0000 |
commit | 3bb951e542447c383f81b512ce44f5dd203441d9 (patch) | |
tree | a14a433bc6a18c669d3395d684164687317744dc /gold/ChangeLog | |
parent | cb11d1f450c9319dbce0018bf3e41acf675f4a39 (diff) | |
download | gdb-3bb951e542447c383f81b512ce44f5dd203441d9.zip gdb-3bb951e542447c383f81b512ce44f5dd203441d9.tar.gz gdb-3bb951e542447c383f81b512ce44f5dd203441d9.tar.bz2 |
* layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
section as relro.
(Layout::set_segment_offsets): Reset increase_relro before calling
set_section_addresses a second time.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ef9771f..a1207cf 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2011-01-10 Ian Lance Taylor <iant@google.com> + + * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame + section as relro. + (Layout::set_segment_offsets): Reset increase_relro before calling + set_section_addresses a second time. + 2011-01-04 Cary Coutant <ccoutant@google.com> * script-sections.cc (Sort_output_sections::operator()): Sort TLS |