diff --git a/ld/ChangeLog b/ld/ChangeLog index 677a467df1..7dc40f78f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2013-12-11 H.J. Lu + + * ld.texinfo: Remove shared object from -Ttext-segment. + 2013-12-10 Roland McGrath * Makefile.am (install-exec-local): Prefix libtool invocation with diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c925ecb3f9..78b15a5a00 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}