aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-04 20:47:06 +0000
committerNick Clifton <nickc@redhat.com>2000-08-04 20:47:06 +0000
commit9a2976104188c0cecfd7e35525b04cb5c3f142a8 (patch)
tree2b9f8285b3da43d474d7b2c3687c29e4c0eb27a3 /gas/doc
parentc91d2e08dca2a3173a0c8b61e2959cdd02204820 (diff)
downloadgdb-9a2976104188c0cecfd7e35525b04cb5c3f142a8.zip
gdb-9a2976104188c0cecfd7e35525b04cb5c3f142a8.tar.gz
gdb-9a2976104188c0cecfd7e35525b04cb5c3f142a8.tar.bz2
Remove extraneous whotespace
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo14
1 files changed, 2 insertions, 12 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 9c39291..dd87ebf 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -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