mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Remove trailing white spaces on gas
* app.c: Remove trailing white spaces. * as.c: Likewise. * as.h: Likewise. * cond.c: Likewise. * dw2gencfi.c: Likewise. * dwarf2dbg.h: Likewise. * ecoff.c: Likewise. * input-file.c: Likewise. * itbl-lex.h: Likewise. * output-file.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * subsegs.c: Likewise. * symbols.c: Likewise. * write.c: Likewise. * config/tc-i386.c: Likewise. * doc/Makefile.am: Likewise. * doc/Makefile.in: Likewise. * doc/c-aarch64.texi: Likewise. * doc/c-alpha.texi: Likewise. * doc/c-arc.texi: Likewise. * doc/c-arm.texi: Likewise. * doc/c-avr.texi: Likewise. * doc/c-bfin.texi: Likewise. * doc/c-cr16.texi: Likewise. * doc/c-d10v.texi: Likewise. * doc/c-d30v.texi: Likewise. * doc/c-h8300.texi: Likewise. * doc/c-hppa.texi: Likewise. * doc/c-i370.texi: Likewise. * doc/c-i386.texi: Likewise. * doc/c-i860.texi: Likewise. * doc/c-m32c.texi: Likewise. * doc/c-m32r.texi: Likewise. * doc/c-m68hc11.texi: Likewise. * doc/c-m68k.texi: Likewise. * doc/c-microblaze.texi: Likewise. * doc/c-mips.texi: Likewise. * doc/c-msp430.texi: Likewise. * doc/c-mt.texi: Likewise. * doc/c-s390.texi: Likewise. * doc/c-score.texi: Likewise. * doc/c-sh.texi: Likewise. * doc/c-sh64.texi: Likewise. * doc/c-tic54x.texi: Likewise. * doc/c-tic6x.texi: Likewise. * doc/c-v850.texi: Likewise. * doc/c-xc16x.texi: Likewise. * doc/c-xgate.texi: Likewise. * doc/c-xtensa.texi: Likewise. * doc/c-z80.texi: Likewise. * doc/internals.texi: Likewise.
This commit is contained in:
@ -25,12 +25,12 @@ compilers.
|
||||
|
||||
The format of the debugging sections has changed since the original
|
||||
@code{@value{AS}} port (version 1.3X) was released; therefore,
|
||||
you must rebuild all HPPA objects and libraries with the new
|
||||
you must rebuild all HPPA objects and libraries with the new
|
||||
assembler so that you can debug the final executable.
|
||||
|
||||
The HPPA @code{@value{AS}} port generates a small subset of the relocations
|
||||
available in the SOM and ELF object file formats. Additional relocation
|
||||
support will be added as it becomes necessary.
|
||||
support will be added as it becomes necessary.
|
||||
|
||||
@node HPPA Options
|
||||
@section Options
|
||||
@ -89,7 +89,7 @@ described in the HP manual:
|
||||
@example
|
||||
.endm .liston
|
||||
.enter .locct
|
||||
.leave .macro
|
||||
.leave .macro
|
||||
.listoff
|
||||
@end example
|
||||
|
||||
@ -107,7 +107,7 @@ These are the additional directives in @code{@value{AS}} for the HPPA:
|
||||
@itemx .blockz @var{n}
|
||||
Reserve @var{n} bytes of storage, and initialize them to zero.
|
||||
|
||||
@item .call
|
||||
@item .call
|
||||
Mark the beginning of a procedure call. Only the special case with @emph{no
|
||||
arguments} is allowed.
|
||||
|
||||
@ -297,5 +297,5 @@ Write @var{str} as version identifier in object code.
|
||||
@node HPPA Opcodes
|
||||
@section Opcodes
|
||||
For detailed information on the HPPA machine instruction set, see
|
||||
@cite{PA-RISC Architecture and Instruction Set Reference Manual}
|
||||
@cite{PA-RISC Architecture and Instruction Set Reference Manual}
|
||||
(HP 09740-90039).
|
||||
|
Reference in New Issue
Block a user