]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 677a467df129919970ee11d3b4dfdbc113fa17ff..7dc40f78f3341f06755c290c0c1f4454daf50d9c 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 c925ecb3f98b9e5485b8504342fad19a1eb6e1d1..78b15a5a006935d1c37e6cfbb413b60075c8cfbe 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}