Wed Mar 20 18:18:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* ld.texinfo: Fix typos.  Use @pxref only inside parentheses.
This commit is contained in:
Ian Lance Taylor
1996-03-20 23:19:47 +00:00
parent 7a542ed991
commit baaaf6f299
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 20 18:18:25 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* ld.texinfo: Fix typos. Use @pxref only inside parentheses.
Wed Mar 20 16:56:15 1996 Ian Lance Taylor <ian@cygnus.com> Wed Mar 20 16:56:15 1996 Ian Lance Taylor <ian@cygnus.com>
* ldmain.c (add_wrap): New function. * ldmain.c (add_wrap): New function.

View File

@ -218,7 +218,7 @@ option.
The exceptions---which may meaningfully be used more than once---are The exceptions---which may meaningfully be used more than once---are
@samp{-A}, @samp{-b} (or its synonym @samp{-format}), @samp{-defsym}, @samp{-A}, @samp{-b} (or its synonym @samp{-format}), @samp{-defsym},
@samp{-L}, @samp{-l}, @samp{-R}, @samp{-u}, and @samp{-(} (or its @samp{-L}, @samp{-l}, @samp{-R}, @samp{-u}, and @samp{-(} (or its
synonym @samp{--start-group}).. synonym @samp{--start-group}).
@end ifclear @end ifclear
@ifset SingleFormat @ifset SingleFormat
The exceptions---which may meaningfully be used more than once---are The exceptions---which may meaningfully be used more than once---are
@ -1188,7 +1188,7 @@ _as_hex = 0xdead;
@cindex negative integers @cindex negative integers
To write a negative integer, use To write a negative integer, use
the prefix operator @samp{-}; @pxref{Operators}. the prefix operator @samp{-} (@pxref{Operators}).
@smallexample @smallexample
_as_neg = -57005; _as_neg = -57005;
@end smallexample @end smallexample
@ -1307,7 +1307,7 @@ precedence associativity Operators Notes
@end smallexample @end smallexample
Notes: Notes:
(1) Prefix operators (1) Prefix operators
(2) @xref{Assignment} (2) @xref{Assignment}.
@c TEXI2ROFF-KILL @c TEXI2ROFF-KILL
@end ifinfo @end ifinfo
@tex @tex
@ -1707,7 +1707,7 @@ sections go into it.
You can also use the first two operations---defining the entry point and You can also use the first two operations---defining the entry point and
defining symbols---outside the @code{SECTIONS} command: @pxref{Entry defining symbols---outside the @code{SECTIONS} command: @pxref{Entry
Point}, and @pxref{Assignment}. They are permitted here as well for Point}, and @ref{Assignment}. They are permitted here as well for
your convenience in reading the script, so that symbols and the entry your convenience in reading the script, so that symbols and the entry
point can be defined at meaningful points in your output-file layout. point can be defined at meaningful points in your output-file layout.
@ -1919,7 +1919,7 @@ SECTIONS @{
The foregoing statements arrange, in your output file, data originating The foregoing statements arrange, in your output file, data originating
from your input files. You can also place data directly in an output from your input files. You can also place data directly in an output
section from the link command script. Most of these additional section from the link command script. Most of these additional
statements involve expressions; @pxref{Expressions}. Although these statements involve expressions (@pxref{Expressions}). Although these
statements are shown separately here for ease of presentation, no such statements are shown separately here for ease of presentation, no such
segregation is needed within a section definition in the @code{SECTIONS} segregation is needed within a section definition in the @code{SECTIONS}
command; you can intermix them freely with any of the statements we've command; you can intermix them freely with any of the statements we've
@ -2069,7 +2069,7 @@ SECTIONS @{
@end smallexample @end smallexample
@var{secname} and @var{contents} are required. @xref{Section @var{secname} and @var{contents} are required. @xref{Section
Definition}, and @pxref{Section Placement} for details on Definition}, and @ref{Section Placement}, for details on
@var{contents}. The remaining elements---@var{start}, @var{contents}. The remaining elements---@var{start},
@code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )}, @code{BLOCK(@var{align)}}, @code{(NOLOAD)}, @code{AT ( @var{ldadr} )},
@code{>@var{region}}, @code{:@var{phdr}}, and @code{=@var{fill}}---are @code{>@var{region}}, @code{:@var{phdr}}, and @code{=@var{fill}}---are
@ -2187,7 +2187,7 @@ Assign this section to a previously defined region of memory.
@cindex program headers and sections @cindex program headers and sections
@item :@var{phdr} @item :@var{phdr}
Assign this section to a segment described by a program header. Assign this section to a segment described by a program header.
@xref{PHDRS}. If a section is assigned to one or more segments, than @xref{PHDRS}. If a section is assigned to one or more segments, then
all subsequent allocated sections will be assigned to those segments as all subsequent allocated sections will be assigned to those segments as
well, unless they use an explicitly @code{:@var{phdr}} modifier. To well, unless they use an explicitly @code{:@var{phdr}} modifier. To
prevent a section from being assigned to a segment when it would prevent a section from being assigned to a segment when it would