ld: Mention --enable-textrel-check=yes is default for Linux/x86 targets

* NEWS: Mention --enable-textrel-check=yes is default for
	Linux/x86 targets.
This commit is contained in:
H.J. Lu 2020-05-28 04:36:33 -07:00
parent fa6ecf9405
commit 6f028f3c07
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
* configure.tgt (ac_default_ld_textrel_check): Set to if unset
for Linux/x86 targets.
* NEWS: Mention --enable-textrel-check=yes is default for
Linux/x86 targets.
* configure.tgt (ac_default_ld_textrel_check): Set to yes if
unset for Linux/x86 targets.
2020-05-28 H.J. Lu <hongjiu.lu@intel.com>

View File

@ -2,7 +2,7 @@
* Add a configure option, --enable-textrel-check=[no|yes|warning|error],
to decide what ELF linker should do by default with DT_TEXTREL in an
executable or shared library.
executable or shared library. Default to yes for Linux/x86 targets.
* The -Map=<filename> command line option has been extended so that if
<filename> is a directory then <filename>/<output-filename>.map will be