diff options
author | Alan Modra <amodra@gmail.com> | 2017-10-03 15:10:28 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-03 15:11:25 +1030 |
commit | 9194f82dc372d5045ae06c617a49a5a9b17c1d24 (patch) | |
tree | 736c1efb4a1da043506fd12db47a37e358dd9fb2 /ld/NEWS | |
parent | 40c0777b1709480526429f90eaa354c8e0da2dc8 (diff) | |
download | gdb-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/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |