aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-10-03 15:10:28 +1030
committerAlan Modra <amodra@gmail.com>2017-10-03 15:11:25 +1030
commit9194f82dc372d5045ae06c617a49a5a9b17c1d24 (patch)
tree736c1efb4a1da043506fd12db47a37e358dd9fb2 /ld/ChangeLog
parent40c0777b1709480526429f90eaa354c8e0da2dc8 (diff)
downloadgdb-9194f82dc372d5045ae06c617a49a5a9b17c1d24.zip
gdb-9194f82dc372d5045ae06c617a49a5a9b17c1d24.tar.gz
gdb-9194f82dc372d5045ae06c617a49a5a9b17c1d24.tar.bz2
PR21294, Binary size regression on PPC embedded
PR 21294 * NEWS: Note that defaulting to -z relro results in increased memory and disk size.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 068715e..18a95f1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2017-10-03 Alan Modra <amodra@gmail.com>
+ PR 21294
+ * NEWS: Note that defaulting to -z relro results in increased
+ memory and disk size.
+
+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.