mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
More changes as suggested by Roland. Fix buglets so that it passes makeinfo.
This commit is contained in:
@ -831,10 +831,9 @@ in the object file. Usually if you do this you also tell the linker
|
|||||||
|
|
||||||
By default, a local label is any label beginning with @samp{L}, but each
|
By default, a local label is any label beginning with @samp{L}, but each
|
||||||
target is allowed to redefine the local label prefix.
|
target is allowed to redefine the local label prefix.
|
||||||
@ifclear GENERIC
|
@ifset HPPA
|
||||||
On some targets a local label begins with @samp{.L}; on the HPPA local labels
|
On the HPPA local labels begin with @samp{L$}.
|
||||||
begin with @samp{L$}.
|
@end ifset
|
||||||
@end ifclear
|
|
||||||
|
|
||||||
@node o
|
@node o
|
||||||
@section Name the Object File: @code{-o}
|
@section Name the Object File: @code{-o}
|
||||||
@ -2735,7 +2734,7 @@ linked. @var{length} is an absolute expression.
|
|||||||
|
|
||||||
@ifset HPPA
|
@ifset HPPA
|
||||||
The syntax for @code{.comm} differs slightly on the HPPA. The syntax is
|
The syntax for @code{.comm} differs slightly on the HPPA. The syntax is
|
||||||
@code{@var{symbol} .comm, @var{length}}; @var{symbol} is optional.
|
@samp{@var{symbol} .comm, @var{length}}; @var{symbol} is optional.
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Data
|
@node Data
|
||||||
@ -2880,7 +2879,7 @@ It is synonymous with @samp{.set}; @pxref{Set,,@code{.set}}.
|
|||||||
|
|
||||||
@ifset HPPA
|
@ifset HPPA
|
||||||
The syntax for @code{equ} on the HPPA is
|
The syntax for @code{equ} on the HPPA is
|
||||||
@code{@var{symbol} .equ @var{expression}}.
|
@samp{@var{symbol} .equ @var{expression}}.
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Extern
|
@node Extern
|
||||||
@ -3106,7 +3105,7 @@ not visible to @code{@value{LD}}.
|
|||||||
|
|
||||||
@ifset HPPA
|
@ifset HPPA
|
||||||
The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
|
The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
|
||||||
@code{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
|
@samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Lflags
|
@node Lflags
|
||||||
@ -3391,7 +3390,7 @@ file is the last value stored into it.
|
|||||||
|
|
||||||
@ifset HPPA
|
@ifset HPPA
|
||||||
The syntax for @code{set} on the HPPA is
|
The syntax for @code{set} on the HPPA is
|
||||||
@code{@var{symbol} .set @var{expression}}.
|
@samp{@var{symbol} .set @var{expression}}.
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Short
|
@node Short
|
||||||
@ -4921,8 +4920,8 @@ support will be added as it becomes necessary.
|
|||||||
@code{@value{AS}} has no machine-dependent directives for the HPPA.
|
@code{@value{AS}} has no machine-dependent directives for the HPPA.
|
||||||
|
|
||||||
@cindex HPPA Syntax
|
@cindex HPPA Syntax
|
||||||
@section HPPA Syntax
|
|
||||||
@node HPPA Syntax
|
@node HPPA Syntax
|
||||||
|
@section Syntax
|
||||||
The assembler syntax closely follows the HPPA instruction set
|
The assembler syntax closely follows the HPPA instruction set
|
||||||
reference manual; assembler directives and general syntax closely follow the
|
reference manual; assembler directives and general syntax closely follow the
|
||||||
HPPA assembly language reference manual with a few noteworthy differences.
|
HPPA assembly language reference manual with a few noteworthy differences.
|
||||||
@ -4935,7 +4934,7 @@ Some obscure expression parsing problems may affect hand written code which
|
|||||||
uses the @code{spop} instructions, or code which makes significant
|
uses the @code{spop} instructions, or code which makes significant
|
||||||
use of the @code{!} line separator.
|
use of the @code{!} line separator.
|
||||||
|
|
||||||
@code{@value{AS} is much less forgiving about missing arguments and other
|
@code{@value{AS}} is much less forgiving about missing arguments and other
|
||||||
similar oversights. @code{@value{AS}} will flag missing arguments as
|
similar oversights. @code{@value{AS}} will flag missing arguments as
|
||||||
syntax errors; this is regarded as a feature, not a bug.
|
syntax errors; this is regarded as a feature, not a bug.
|
||||||
|
|
||||||
@ -7840,8 +7839,8 @@ extensive changes in messages.c, input-file.c, write.c.
|
|||||||
|
|
||||||
K. Richard Pixley maintained GAS for a while, adding various enhancements and
|
K. Richard Pixley maintained GAS for a while, adding various enhancements and
|
||||||
many bug fixes, including merging support for several processors, breaking GAS
|
many bug fixes, including merging support for several processors, breaking GAS
|
||||||
up to handle multiple object file format backends (including heavy rewrite,
|
up to handle multiple object file format back end (including heavy rewrite,
|
||||||
testing, an integration of the coff and b.out backends), adding configuration
|
testing, an integration of the coff and b.out back end), adding configuration
|
||||||
including heavy testing and verification of cross assemblers and file splits
|
including heavy testing and verification of cross assemblers and file splits
|
||||||
and renaming, converted GAS to strictly ansi C including full prototypes, added
|
and renaming, converted GAS to strictly ansi C including full prototypes, added
|
||||||
support for m680[34]0 & cpu32, considerable work on i960 including a COFF port
|
support for m680[34]0 & cpu32, considerable work on i960 including a COFF port
|
||||||
|
Reference in New Issue
Block a user