diff options
author | Cary Coutant <ccoutant@google.com> | 2010-10-18 05:39:23 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-10-18 05:39:23 +0000 |
commit | 5bc2f5be52354dfebe40c35c519bf19e4332956a (patch) | |
tree | 1751eb3c4e861cd2c436e0bbc998426c9229a763 /gold/ChangeLog | |
parent | eae1474374ae79c9836831d4376f8fafa99f537d (diff) | |
download | gdb-5bc2f5be52354dfebe40c35c519bf19e4332956a.zip gdb-5bc2f5be52354dfebe40c35c519bf19e4332956a.tar.gz gdb-5bc2f5be52354dfebe40c35c519bf19e4332956a.tar.bz2 |
* output.h (Output_segment::set_section_addresses): Change function
signature. Update all callers.
* output.cc (Output_segment::is_first_section_relro): Ignore TLS
sections.
(Output_segment::set_section_addresses): Align after last TLS
section. Add padding before last relro section instead of after.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index b5ba411..a6e6ab6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2010-10-17 Cary Coutant <ccoutant@google.com> + + * output.h (Output_segment::set_section_addresses): Change function + signature. Update all callers. + * output.cc (Output_segment::is_first_section_relro): Ignore TLS + sections. + (Output_segment::set_section_addresses): Align after last TLS + section. Add padding before last relro section instead of after. + 2010-10-17 Doug Kwan <dougkwan@google.com> * gold/arm.cc (Target_arm::got_section): Use correct order and set |