From: Alan Modra Date: Tue, 3 Oct 2017 04:40:28 +0000 (+1030) Subject: PR21294, Binary size regression on PPC embedded X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9194f82dc372d5045ae06c617a49a5a9b17c1d24;hp=40c0777b1709480526429f90eaa354c8e0da2dc8;p=binutils-gdb.git PR21294, Binary size regression on PPC embedded PR 21294 * NEWS: Note that defaulting to -z relro results in increased memory and disk size. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 068715e9647..18a95f1a8b0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-10-03 Alan Modra + + PR 21294 + * NEWS: Note that defaulting to -z relro results in increased + memory and disk size. + 2017-10-03 Alan Modra * ld.texinfo (-z relro): Expand description. diff --git a/ld/NEWS b/ld/NEWS index bb5a62bd930..24458964188 100644 --- 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.