diff options
author | Roland Pesch <pesch@cygnus> | 1992-05-07 19:54:26 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-05-07 19:54:26 +0000 |
commit | 7b0155478dc9ebcdfe3c246142bb1fe5f38916c8 (patch) | |
tree | acc26178a4cf00f962290d1e6b40dbf91f3b8e32 | |
parent | ea55afdefe41c198cdbb8b198a71f570aefdf8e4 (diff) | |
download | gdb-7b0155478dc9ebcdfe3c246142bb1fe5f38916c8.zip gdb-7b0155478dc9ebcdfe3c246142bb1fe5f38916c8.tar.gz gdb-7b0155478dc9ebcdfe3c246142bb1fe5f38916c8.tar.bz2 |
@{ ... @} --> @code{ ... }
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 6f59217..3003fc4 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) |