{} -> @{@}

This commit is contained in:
K. Richard Pixley
1992-05-05 19:13:06 +00:00
parent 1f0e6a9919
commit 3f350edad0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue May 5 12:12:24 1992 K. Richard Pixley (rich@cygnus.com)
* ld.texinfo: {} -> @{@}.
Mon May 4 17:52:41 1992 Roland H. Pesch (pesch@fowanton.cygnus.com) Mon May 4 17:52:41 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* ld.texinfo: describe alternate, MRI-compatible linker scripts * ld.texinfo: describe alternate, MRI-compatible linker scripts

View File

@ -2340,7 +2340,7 @@ your output program. If the @code{ABSOLUTE} command is used at all in a
script, then only the sections named explicitly in @code{ABSOLUTE} script, then only the sections named explicitly in @code{ABSOLUTE}
commands will appear in the linker output. You can still use other commands will appear in the linker output. You can still use other
input sections (whatever you select on the command line, or using input sections (whatever you select on the command line, or using
{LOAD}) to resolve addresses in the output file. @{LOAD@}) to resolve addresses in the output file.
@item ALIAS @var{out-secname}, @var{in-secname} @item ALIAS @var{out-secname}, @var{in-secname}
@cindex @code{ALIAS} (MRI) @cindex @code{ALIAS} (MRI)