diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-28 04:36:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-28 04:38:05 -0700 |
commit | 6f028f3c0737f82a91a4b5b5bdde1ea889226026 (patch) | |
tree | 9c5e6dabbe0291744842929c6321386c90f7c1ec | |
parent | fa6ecf940581b4be26165351bb0473427d31c7d8 (diff) | |
download | gdb-6f028f3c0737f82a91a4b5b5bdde1ea889226026.zip gdb-6f028f3c0737f82a91a4b5b5bdde1ea889226026.tar.gz gdb-6f028f3c0737f82a91a4b5b5bdde1ea889226026.tar.bz2 |
ld: Mention --enable-textrel-check=yes is default for Linux/x86 targets
* NEWS: Mention --enable-textrel-check=yes is default for
Linux/x86 targets.
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 01a281c..c4d9f89 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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> @@ -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 |