From: Roland Pesch Date: Thu, 7 May 1992 19:54:26 +0000 (+0000) Subject: @{ ... @} --> @code{ ... } X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b0155478dc9ebcdfe3c246142bb1fe5f38916c8;p=binutils-gdb.git @{ ... @} --> @code{ ... } --- diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 6f59217e63f..3003fc486e0 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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} commands will appear in the linker output. You can still use other input sections (whatever you select on the command line, or using -@{LOAD@}) to resolve addresses in the output file. +@code{LOAD}) to resolve addresses in the output file. @item ALIAS @var{out-secname}, @var{in-secname} @cindex @code{ALIAS} (MRI)