]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld: Mention --enable-textrel-check=yes is default for Linux/x86 targets
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 28 May 2020 11:36:33 +0000 (04:36 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 28 May 2020 11:38:05 +0000 (04:38 -0700)
* NEWS: Mention --enable-textrel-check=yes is default for
Linux/x86 targets.

ld/ChangeLog
ld/NEWS

index 01a281c968f6a75ccf0c92786faacafd32082722..c4d9f89cd1fcca02b240113393f060c027de6f08 100644 (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>
 
diff --git a/ld/NEWS b/ld/NEWS
index 62b74b1ac9f44ab701ea624ecc7cb954c3465b98..0dc5e9b368a3997ed771c16a79d4f6d3c051c066 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -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