mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Remove extraneous whotespace
This commit is contained in:
@ -3299,19 +3299,14 @@ Some machine configurations provide additional directives.
|
|||||||
@end ifset
|
@end ifset
|
||||||
@ifset ELF
|
@ifset ELF
|
||||||
* Version:: @code{.version "@var{string}"}
|
* Version:: @code{.version "@var{string}"}
|
||||||
@end ifset
|
|
||||||
@ifset ELF
|
|
||||||
* VTableEntry:: @code{.vtable_entry @var{table}, @var{offset}}
|
* VTableEntry:: @code{.vtable_entry @var{table}, @var{offset}}
|
||||||
* VTableInherit:: @code{.vtable_inherit @var{child}, @var{parent}}
|
* VTableInherit:: @code{.vtable_inherit @var{child}, @var{parent}}
|
||||||
@end ifset
|
|
||||||
@ifset ELF
|
|
||||||
* Weak:: @code{.weak @var{names}}
|
* Weak:: @code{.weak @var{names}}
|
||||||
@end ifset
|
@end ifset
|
||||||
* Word:: @code{.word @var{expressions}}
|
* Word:: @code{.word @var{expressions}}
|
||||||
* Deprecated:: Deprecated Directives
|
* Deprecated:: Deprecated Directives
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
|
||||||
@node Abort
|
@node Abort
|
||||||
@section @code{.abort}
|
@section @code{.abort}
|
||||||
|
|
||||||
@ -4397,7 +4392,6 @@ This is one of the ELF section stack manipulation directives. The others are
|
|||||||
This directive replaces the current section (and subsection) with the top
|
This directive replaces the current section (and subsection) with the top
|
||||||
section (and subsection) on the section stack. This section is popped off the
|
section (and subsection) on the section stack. This section is popped off the
|
||||||
stack.
|
stack.
|
||||||
|
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Print
|
@node Print
|
||||||
@ -4464,7 +4458,6 @@ This is one of the ELF section stack manipulation directives. The others are
|
|||||||
This directive is a synonym for @code{.section}. It psuhes the current section
|
This directive is a synonym for @code{.section}. It psuhes the current section
|
||||||
(and subsection) onto the top of the section stack, and then replaces the
|
(and subsection) onto the top of the section stack, and then replaces the
|
||||||
current section and subsection with @code{name} and @code{subsection}.
|
current section and subsection with @code{name} and @code{subsection}.
|
||||||
|
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@node Quad
|
@node Quad
|
||||||
@ -4715,8 +4708,8 @@ numbers in @sc{ieee} format.
|
|||||||
|
|
||||||
@node Size
|
@node Size
|
||||||
@section @code{.size} (COFF version)
|
@section @code{.size} (COFF version)
|
||||||
@cindex @code{size} directive
|
|
||||||
|
|
||||||
|
@cindex @code{size} directive
|
||||||
This directive is generated by compilers to include auxiliary debugging
|
This directive is generated by compilers to include auxiliary debugging
|
||||||
information in the symbol table. It is only permitted inside
|
information in the symbol table. It is only permitted inside
|
||||||
@code{.def}/@code{.endef} pairs.
|
@code{.def}/@code{.endef} pairs.
|
||||||
@ -4887,7 +4880,6 @@ value 8. Assembly would be left in the absolute section, and you would need to
|
|||||||
use a @code{.section} directive of some sort to change to some other section
|
use a @code{.section} directive of some sort to change to some other section
|
||||||
before further assembly.
|
before further assembly.
|
||||||
|
|
||||||
|
|
||||||
@ifset ELF
|
@ifset ELF
|
||||||
@node SubSection
|
@node SubSection
|
||||||
@section @code{.subsection @var{name}}
|
@section @code{.subsection @var{name}}
|
||||||
@ -4901,10 +4893,8 @@ This is one of the ELF section stack manipulation directives. The others are
|
|||||||
This directive replaces the current subsection with @code{name}. The current
|
This directive replaces the current subsection with @code{name}. The current
|
||||||
section is not changed. The replaced subsection is put onto the section stack
|
section is not changed. The replaced subsection is put onto the section stack
|
||||||
in place of the then current top of stack subsection.
|
in place of the then current top of stack subsection.
|
||||||
|
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
|
|
||||||
@ifset ELF
|
@ifset ELF
|
||||||
@node Symver
|
@node Symver
|
||||||
@section @code{.symver}
|
@section @code{.symver}
|
||||||
@ -5051,7 +5041,7 @@ configured for @code{b.out}, it accepts this directive but ignores it.
|
|||||||
@cindex @code{.version}
|
@cindex @code{.version}
|
||||||
This directive creates a @code{.note} section and places into it an ELF
|
This directive creates a @code{.note} section and places into it an ELF
|
||||||
formatted note of type NT_VERSION. The note's name is set to @code{string}.
|
formatted note of type NT_VERSION. The note's name is set to @code{string}.
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
@ifset ELF
|
@ifset ELF
|
||||||
@node VTableEntry
|
@node VTableEntry
|
||||||
|
Reference in New Issue
Block a user