aboutsummaryrefslogtreecommitdiff
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.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi
index 4858cb9..5d0ec90 100644
--- a/gas/doc/c-ia64.texi
+++ b/gas/doc/c-ia64.texi
@@ -73,6 +73,15 @@ will make the assembler issue a warning when an unwind directive check
fails. This is the default. @code{-munwind-check=error} will make the
assembler issue an error when an unwind directive check fails.
+@item -mhint.b=ok
+@item -mhint.b=warning
+@item -mhint.b=error
+These options control what the assembler will do when the @samp{hint.b}
+instruction is used. @code{-mhint.b=ok} will make the assembler accept
+@samp{hint.b}. @code{-mint.b=warning} will make the assembler issue a
+warning when @samp{hint.b} is used. @code{-mhint.b=error} will make
+the assembler treat @samp{hint.b} as an error, which is the default.
+
@item -x
@item -xexplicit
These options turn on dependency violation checking.