Remove shared object from -Ttext-segment
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 11 Dec 2013 18:28:02 +0000 (10:28 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 11 Dec 2013 18:28:02 +0000 (10:28 -0800)
* ld.texinfo: Remove shared object from -Ttext-segment.

ld/ChangeLog
ld/ld.texinfo

index 677a467..7dc40f7 100644 (file)
@@ -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
index c925ecb..78b15a5 100644 (file)
@@ -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}