diff options
author | K. Richard Pixley <rich@cygnus> | 1992-05-05 19:13:06 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-05-05 19:13:06 +0000 |
commit | 3f350edad0501e39888fd9470c36c929a293c986 (patch) | |
tree | cb881d85ebc7b5abf692f6494a82296fd37c0853 /ld | |
parent | 1f0e6a991920d05ee8b14b09f72116fdf8c7394a (diff) | |
download | gdb-3f350edad0501e39888fd9470c36c929a293c986.zip gdb-3f350edad0501e39888fd9470c36c929a293c986.tar.gz gdb-3f350edad0501e39888fd9470c36c929a293c986.tar.bz2 |
{} -> @{@}
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3ecfbfb..c7b6912 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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) * ld.texinfo: describe alternate, MRI-compatible linker scripts diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 08f134d..6f59217 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. +@{LOAD@}) to resolve addresses in the output file. @item ALIAS @var{out-secname}, @var{in-secname} @cindex @code{ALIAS} (MRI) |