2003-06-07 Richard Henderson <rth@redhat.com>
+ * doc/as.texinfo: Document .cfi_rel_offset.
+
* dw2gencfi.c (struct cfa_save_data, cfa_save_stack): New.
(cfi_add_CFA_offset): Detect invalid offsets.
(cfi_add_CFA_remember_state): Save cur_cfa_offset.
@code{.cfi_def_cfa_offset @var{offset}}
@code{.cfi_adjust_cfa_offset @var{offset}}
@code{.cfi_offset @var{register}, @var{offset}}
- @code{.cfi_verbose [1|0]}
* Data:: @code{.data @var{subsection}}
@ifset COFF
Previous value of @var{register} is saved at offset @var{offset} from
CFA.
-@section @code{.cfi_verbose [1|0]}
-Switch on/off verbosity of the CFI machinery. @value{AS} will print
-lots of useful messages to standard output if you use this directive.
+@section @code{.cfi_rel_offset @var{register}, @var{offset}}
+Previous value of @var{register} is saved at offset @var{offset} from
+the current CFA register. This is transformed to @code{.cfi_offset}
+using the known displacement of the CFA register from the CFA.
+This is often easier to use, because the number will match the
+code it's annotating.
@node Comm
@section @code{.comm @var{symbol} , @var{length} }