6b1edb94fe
Add a configure option --enable-relro to decide whether -z relro should be enabled by default. Default to yes. PR ld/20283 * NEWS: Mention --enable-relro. * configure.ac: Add --enable-relro. (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro and default to 1. * config.in: Regenerated. * configure: Likewise. * options.h (General_options::relro): Default to DEFAULT_LD_Z_RELRO.
57 lines
988 B
Plaintext
57 lines
988 B
Plaintext
Changes in 1.12:
|
||
|
||
* Add a configure option --enable-relro to decide whether -z relro should
|
||
be enabled by default. Default to yes.
|
||
|
||
* Add support for s390, MIPS, AArch64, and TILE-Gx architectures.
|
||
|
||
* Add support for STT_GNU_IFUNC symbols.
|
||
|
||
* Add support for incremental linking (--incremental).
|
||
|
||
Changes in 1.11:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.10:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.9:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.8:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.7:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.6:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.5:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.4:
|
||
|
||
[FIXME: Add major changes.]
|
||
|
||
Changes in 1.3:
|
||
|
||
* gold added to GNU binutils.
|
||
|
||
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local variables:
|
||
fill-column: 79
|
||
End:
|