diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-06 10:01:35 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-06 10:01:35 -0800 |
commit | 8dfef1bd769223b3abfffabf8bd13a9b74258231 (patch) | |
tree | 218d6f766ec75409972a3b68c49abb5ea588bef7 /ld/ChangeLog | |
parent | 2aec968d4df313f893f239a1a69aef2392a16b85 (diff) | |
download | gdb-8dfef1bd769223b3abfffabf8bd13a9b74258231.zip gdb-8dfef1bd769223b3abfffabf8bd13a9b74258231.tar.gz gdb-8dfef1bd769223b3abfffabf8bd13a9b74258231.tar.bz2 |
Document -z text, -z notext and -z textoff
* ld.texinfo: Document -z text, -z notext and -z textoff.
* emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Add
-z text, -z notext and -z textoff.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e838ac8..52c3ba0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2015-02-06 H.J. Lu <hongjiu.lu@intel.com> + * ld.texinfo: Document -z text, -z notext and -z textoff. + * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Add + -z text, -z notext and -z textoff. + +2015-02-06 H.J. Lu <hongjiu.lu@intel.com> + * configure.ac: Add AC_FUNC_MMAP. * config.in: Regenerated. * configure: Likewise. |