* ld.texinfo: Clarify what -T option does.
This commit is contained in:
parent
d7e7e85159
commit
8de26d624e
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 19 13:57:00 1994 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* ld.texinfo: Clarify what -T option does.
|
||||||
|
|
||||||
Tue Jan 18 16:18:15 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
Tue Jan 18 16:18:15 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
||||||
|
|
||||||
* scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
|
* scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
@setfilename ld.info
|
@setfilename ld.info
|
||||||
@syncodeindex ky cp
|
@syncodeindex ky cp
|
||||||
@include configdoc.texi
|
@include configdoc.texi
|
||||||
|
@c (configdoc.texi is generated by the Makefile)
|
||||||
|
|
||||||
@c @smallbook
|
@c @smallbook
|
||||||
@c @cropmarks
|
@c @cropmarks
|
||||||
@ -536,8 +537,8 @@ for compatibility with other linkers, you may omit the leading
|
|||||||
@kindex -T @var{script}
|
@kindex -T @var{script}
|
||||||
@cindex script files
|
@cindex script files
|
||||||
Read link commands from the file @var{commandfile}. These commands
|
Read link commands from the file @var{commandfile}. These commands
|
||||||
completely override @code{ld}'s default link format (rather than adding
|
replace @code{ld}'s default link script (rather than adding
|
||||||
to it); @var{commandfile} must specify everything necessary to describe
|
to it), so @var{commandfile} must specify everything necessary to describe
|
||||||
the target format. @xref{Commands}. If @var{commandfile} does not
|
the target format. @xref{Commands}. If @var{commandfile} does not
|
||||||
exist, @code{ld} looks for it in the directories specified by any
|
exist, @code{ld} looks for it in the directories specified by any
|
||||||
preceding @samp{-L} options. Multiple @samp{-T} options accumulate.
|
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
|
@item
|
||||||
the @samp{-e} @var{entry} command-line option;
|
the @samp{-e} @var{entry} command-line option;
|
||||||
@item
|
@item
|
||||||
the @code{ENTRY(@var{symbol}} command in a linker control script;
|
the @code{ENTRY(@var{symbol})} command in a linker control script;
|
||||||
@item
|
@item
|
||||||
the value of the symbol @code{start}, if present;
|
the value of the symbol @code{start}, if present;
|
||||||
@item
|
@item
|
||||||
|
Loading…
Reference in New Issue
Block a user