@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}
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
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
@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.
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}}
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}
@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