aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-19 21:58:31 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-19 21:58:31 +0000
commit8de26d624e73be65169b8ec37c2b7fe4b18df7b2 (patch)
treeb066f7e28a0f7be43def54e98699fd376ef8b2ac /ld/ld.texinfo
parentd7e7e8515997432c5053426135c95b1993e99463 (diff)
downloadfsf-binutils-gdb-8de26d624e73be65169b8ec37c2b7fe4b18df7b2.zip
fsf-binutils-gdb-8de26d624e73be65169b8ec37c2b7fe4b18df7b2.tar.gz
fsf-binutils-gdb-8de26d624e73be65169b8ec37c2b7fe4b18df7b2.tar.bz2
* ld.texinfo: Clarify what -T option does.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo7
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index e6bc3df..c305215 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2,6 +2,7 @@
@setfilename ld.info
@syncodeindex ky cp
@include configdoc.texi
+@c (configdoc.texi is generated by the Makefile)
@c @smallbook
@c @cropmarks
@@ -536,8 +537,8 @@ for compatibility with other linkers, you may omit the leading
@kindex -T @var{script}
@cindex script files
Read link commands from the file @var{commandfile}. These commands
-completely override @code{ld}'s default link format (rather than adding
-to it); @var{commandfile} must specify everything necessary to describe
+replace @code{ld}'s default link script (rather than adding
+to it), so @var{commandfile} must specify everything necessary to describe
the target format. @xref{Commands}. If @var{commandfile} does not
exist, @code{ld} looks for it in the directories specified by any
preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
@@ -1745,7 +1746,7 @@ order of priority: methods higher in the list override methods lower down).
@item
the @samp{-e} @var{entry} command-line option;
@item
-the @code{ENTRY(@var{symbol}} command in a linker control script;
+the @code{ENTRY(@var{symbol})} command in a linker control script;
@item
the value of the symbol @code{start}, if present;
@item