PR21294, Binary size regression on PPC embedded

PR 21294
	* NEWS: Note that defaulting to -z relro results in increased
	memory and disk size.
This commit is contained in:
Alan Modra 2017-10-03 15:10:28 +10:30
parent 40c0777b17
commit 9194f82dc3
2 changed files with 8 additions and 1 deletions

View 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.

View File

@ -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.