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/ld.texinfo | |
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/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index f6e0117..701cd3b 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1106,6 +1106,15 @@ Marks the object can not be dumped by @code{dldump}. @item noexecstack Marks the object as not requiring executable stack. +@item text +Treat DT_TEXTREL in shared object as error. + +@item notext +Don't treat DT_TEXTREL in shared object as error. + +@item textoff +Don't treat DT_TEXTREL in shared object as error. + @item norelro Don't create an ELF @code{PT_GNU_RELRO} segment header in the object. |