aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2010-11-16 19:18:31 +0000
committerCary Coutant <ccoutant@google.com>2010-11-16 19:18:31 +0000
commitfd064a5b9922e1058c109d6b5a8ee6e2ae15f529 (patch)
tree376cf26f153601f1ba0fa218d34e45bca30fedfd /gold/ChangeLog
parent6ab5626b08f37bc5b84c67d0f25e363e0ab0180e (diff)
downloadgdb-fd064a5b9922e1058c109d6b5a8ee6e2ae15f529.zip
gdb-fd064a5b9922e1058c109d6b5a8ee6e2ae15f529.tar.gz
gdb-fd064a5b9922e1058c109d6b5a8ee6e2ae15f529.tar.bz2
* output.h (Output_segment::set_section_addresses): Pass increase_relro
by reference; adjust all callers. * output.cc (Output_segment::set_section_addresses): Adjust references to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST list is empty. (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not end at page boundary.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index c48ea60..2e3b87f 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-16 Doug Kwan <dougkwan@google.com>
+ Cary Coutant <ccoutant@google.com>
+
+ * output.h (Output_segment::set_section_addresses): Pass increase_relro
+ by reference; adjust all callers.
+ * output.cc (Output_segment::set_section_addresses): Adjust references
+ to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
+ list is empty.
+ (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
+ end at page boundary.
+
2010-11-16 Cary Coutant <ccoutant@google.com>
PR gold/12220