From: Nick Clifton Date: Fri, 4 Aug 2000 20:47:06 +0000 (+0000) Subject: Remove extraneous whotespace X-Git-Tag: newlib-1_9_0~1250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a2976104188c0cecfd7e35525b04cb5c3f142a8;p=external%2Fbinutils.git Remove extraneous whotespace --- 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