gas/arc: Replace short_insn flag with insn length field
[deliverable/binutils-gdb.git] / gas / doc / c-h8300.texi
index c725abd2066d092870c27819d3522d5582aaa227..3355507d5412d57f95509eef720f98828125b222 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003
-@c Free Software Foundation, Inc.
+@c Copyright (C) 1991-2016 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
 The Renesas H8/300 version of @code{@value{AS}} has one
 machine-dependent option:
 
-@table @code
+@c man begin OPTIONS
+@table @gcctabopt
 @item -h-tick-hex
 Support H'00 style hex constants in addition to 0x00 style.
 
+@item -mach=@var{name}
+Sets the H8300 machine variant.  The following machine names
+are recognised:
+@code{h8300h},
+@code{h8300hn},
+@code{h8300s},
+@code{h8300sn},
+@code{h8300sx} and 
+@code{h8300sxn}.
+
 @end table
+@c man end
 
 @node H8/300 Syntax
 @section Syntax
@@ -158,12 +169,12 @@ for the H8/300 family.
 
 @item .h8300hn
 Recognize and emit additional instructions for the H8/300H variant in
-normal mode, and also make @code{.int} emit 32-bit numbers rather than 
+normal mode, and also make @code{.int} emit 32-bit numbers rather than
 the usual (16-bit) for the H8/300 family.
 
 @item .h8300sn
 Recognize and emit additional instructions for the H8S variant in
-normal mode, and also make @code{.int} emit 32-bit numbers rather than 
+normal mode, and also make @code{.int} emit 32-bit numbers rather than
 the usual (16-bit) for the H8/300 family.
 @end table
 
This page took 0.024149 seconds and 4 git commands to generate.