aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-12-11 10:28:02 -0800
committerH.J. Lu <hjl.tools@gmail.com>2013-12-11 10:28:02 -0800
commit2b8c06a34c0ad84682800d62f5620722039b1108 (patch)
treee7abe0edd9f027cc41c234593d8035437819d102 /ld
parent5e319dd3e18e1318ab97a2dabb93095e2bd82ee3 (diff)
downloadgdb-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')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 677a467..7dc40f7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
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}