summaryrefslogtreecommitdiffstats
path: root/gas/doc/c-ia64.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gas/doc/c-ia64.texi')
-rw-r--r--gas/doc/c-ia64.texi14
1 files changed, 11 insertions, 3 deletions
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi
index cfe64696d9..4858cb9e3b 100644
--- a/gas/doc/c-ia64.texi
+++ b/gas/doc/c-ia64.texi
@@ -75,17 +75,25 @@ assembler issue an error when an unwind directive check fails.
@item -x
@item -xexplicit
-These options turn on dependency violation checking. This checking is turned on by
-default.
+These options turn on dependency violation checking.
@item -xauto
This option instructs the assembler to automatically insert stop bits where necessary
-to remove dependency violations.
+to remove dependency violations. This is the default mode.
+
+@item -xnone
+This option turns off dependency violation checking.
@item -xdebug
This turns on debug output intended to help tracking down bugs in the dependency
violation checker.
+@item -xdebugn
+This is a shortcut for -xnone -xdebug.
+
+@item -xdebugx
+This is a shortcut for -xexplicit -xdebug.
+
@end table
@cindex IA-64 Syntax
OpenPOWER on IntegriCloud