diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-12-11 10:28:02 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-12-11 10:28:02 -0800 |
commit | 2b8c06a34c0ad84682800d62f5620722039b1108 (patch) | |
tree | e7abe0edd9f027cc41c234593d8035437819d102 /ld/ld.texinfo | |
parent | 5e319dd3e18e1318ab97a2dabb93095e2bd82ee3 (diff) | |
download | gdb-2b8c06a34c0ad84682800d62f5620722039b1108.zip gdb-2b8c06a34c0ad84682800d62f5620722039b1108.tar.gz gdb-2b8c06a34c0ad84682800d62f5620722039b1108.tar.bz2 |
Remove shared object from -Ttext-segment
* ld.texinfo: Remove shared object from -Ttext-segment.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c925ecb..78b15a5 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1838,8 +1838,8 @@ Same as @option{--section-start}, with @code{.bss}, @code{.data} or @kindex -Ttext-segment=@var{org} @item -Ttext-segment=@var{org} @cindex text segment origin, cmd line -When creating an ELF executable or shared object, it will set the address -of the first byte of the text segment. +When creating an ELF executable, it will set the address of the first +byte of the text segment. @kindex -Trodata-segment=@var{org} @item -Trodata-segment=@var{org} |