diff options
author | Alan Modra <amodra@gmail.com> | 2017-10-03 08:46:39 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-03 09:36:26 +1030 |
commit | def5c83c02fcc1c91d3f0da21005e0503b8ec881 (patch) | |
tree | 62286854efdd097cc76cc52d5931e476ab3405cc /ld/ChangeLog | |
parent | 45320ffa0450b27e232d933d2a1c6a09d94ac18b (diff) | |
download | gdb-def5c83c02fcc1c91d3f0da21005e0503b8ec881.zip gdb-def5c83c02fcc1c91d3f0da21005e0503b8ec881.tar.gz gdb-def5c83c02fcc1c91d3f0da21005e0503b8ec881.tar.bz2 |
ld -z relro documentation
* ld.texinfo (-z relro): Expand description.
(DATA_SEGMENT_ALIGN): Note that -z relro is not effective when
running with system page size larger than commonpagesize.
(DATA_SEGMENT_RELRO_END): Be explicit about the alignment.
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 5beae41..068715e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2017-10-03 Alan Modra <amodra@gmail.com> + + * ld.texinfo (-z relro): Expand description. + (DATA_SEGMENT_ALIGN): Note that -z relro is not effective when + running with system page size larger than commonpagesize. + (DATA_SEGMENT_RELRO_END): Be explicit about the alignment. + 2017-10-01 Alan Modra <amodra@gmail.com> PR 21970 |