Remove trailing white spaces on gas
[binutils-gdb.git] / gas / doc / c-h8300.texi
index d75f7381d7777a68779e7bf1b3d8ef478210e1b1..a61c9624976378ac613b9763e9a881c636c01c47 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003
+@c Copyright (C) 1991, 1992, 1993, 1994, 1995, 2003, 2008, 2011
 @c Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @node H8/300 Options
 @section Options
 
-@cindex H8/300 options (none)
-@cindex options, H8/300 (none)
-@code{@value{AS}} has no additional command-line options for the
-Renesas (formerly Hitachi) H8/300 family.
+@cindex H8/300 options
+@cindex options, H8/300
+The Renesas H8/300 version of @code{@value{AS}} has one
+machine-dependent option:
+
+@table @code
+@item -h-tick-hex
+Support H'00 style hex constants in addition to 0x00 style.
+
+@end table
 
 @node H8/300 Syntax
 @section Syntax
@@ -152,12 +158,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