Remove extraneous whotespace

This commit is contained in:
Nick Clifton 2000-08-04 20:47:06 +00:00
parent c91d2e08dc
commit 9a29761041
1 changed files with 2 additions and 12 deletions

View File

@ -3299,19 +3299,14 @@ Some machine configurations provide additional directives.
@end ifset
@ifset ELF
* Version:: @code{.version "@var{string}"}
@end ifset
@ifset ELF
* VTableEntry:: @code{.vtable_entry @var{table}, @var{offset}}
* VTableInherit:: @code{.vtable_inherit @var{child}, @var{parent}}
@end ifset
@ifset ELF
* Weak:: @code{.weak @var{names}}
@end ifset
* Word:: @code{.word @var{expressions}}
* Deprecated:: Deprecated Directives
@end menu
@node 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
section (and subsection) on the section stack. This section is popped off the
stack.
@end ifset
@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
(and subsection) onto the top of the section stack, and then replaces the
current section and subsection with @code{name} and @code{subsection}.
@end ifset
@node Quad
@ -4715,8 +4708,8 @@ numbers in @sc{ieee} format.
@node Size
@section @code{.size} (COFF version)
@cindex @code{size} directive
@cindex @code{size} directive
This directive is generated by compilers to include auxiliary debugging
information in the symbol table. It is only permitted inside
@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
before further assembly.
@ifset ELF
@node SubSection
@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
section is not changed. The replaced subsection is put onto the section stack
in place of the then current top of stack subsection.
@end ifset
@ifset ELF
@node Symver
@section @code{.symver}
@ -5051,7 +5041,7 @@ configured for @code{b.out}, it accepts this directive but ignores it.
@cindex @code{.version}
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}.
@end ifset
@end ifset
@ifset ELF
@node VTableEntry