PR21294, Binary size regression on PPC embedded
authorAlan Modra <amodra@gmail.com>
Tue, 3 Oct 2017 04:40:28 +0000 (15:10 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 3 Oct 2017 04:41:25 +0000 (15:11 +1030)
PR 21294
* NEWS: Note that defaulting to -z relro results in increased
memory and disk size.

ld/ChangeLog
ld/NEWS

index 068715e9647b6503a1457689d90059118bc1dd80..18a95f1a8b0709018033925b9610d19ea7d9ada9 100644 (file)
@@ -1,3 +1,9 @@
+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.
diff --git a/ld/NEWS b/ld/NEWS
index bb5a62bd930cb3bbd6fabfbf8cfa8718ccd0b9d1..244589641880ef505083a58dad8b752ba7edf37f 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -73,7 +73,8 @@ Changes in 2.27:
 
 * Add a configure option --enable-relro to decide whether -z relro should
   be enabled in ELF linker by default.  Default to yes for all Linux
-  targets except FRV, HPPA, IA64 and MIPS.
+  targets except FRV, HPPA, IA64 and MIPS.  Note that -z relro can increase
+  disk and memory size.
 
 * Support for -z noreloc-overflow in the x86-64 ELF linker to disable
   relocation overflow check.