Remove shared object from -Ttext-segment
* ld.texinfo: Remove shared object from -Ttext-segment.
This commit is contained in:
parent
5e319dd3e1
commit
2b8c06a34c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld.texinfo: Remove shared object from -Ttext-segment.
|
||||
|
||||
2013-12-10 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* Makefile.am (install-exec-local): Prefix libtool invocation with
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue