summaryrefslogtreecommitdiff
path: root/gas/doc/c-h8300.texi
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2008-08-06 15:42:15 +0000
committerDJ Delorie <dj@delorie.com>2008-08-06 15:42:15 +0000
commit936a8a8bdfb2ceda749db6f3cfdab2805a92ae2e (patch)
tree1251d0e11a6665c9d690b24c7d6d5bc865eb2ba8 /gas/doc/c-h8300.texi
parentb1630514265a11b9d00c2ffbf5564ca73ff8afd5 (diff)
downloadbinutils-redhat-936a8a8bdfb2ceda749db6f3cfdab2805a92ae2e.tar.gz
* NEWS: Mention these changes.
* config/tc-h8300.h (H_TICK_HEX): Define. * config/tc-h8300.c (OPTION_H_TICK_HEX): New. (md_longopts): Add "-h-tick-hex". (md_parse_option): Support it. * doc/c-h8300.texi (H8/300 Options): Document it. * doc/as.texinfo (Overview): Likewise. * config/tc-sh.h (H_TICK_HEX): Define. * config/tc-sh.c (OPTION_H_TICK_HEX): New. (md_longopts): Add "-h-tick-hex". (md_parse_option): Support it. * doc/c-sh.texi (SH Options): Document it. * doc/c-sh64.texi (SH64 Options): Document it. * doc/as.texinfo (Overview): Likewise.
Diffstat (limited to 'gas/doc/c-h8300.texi')
-rw-r--r--gas/doc/c-h8300.texi14
1 files changed, 10 insertions, 4 deletions
diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi
index d75f7381d7..c725abd206 100644
--- a/gas/doc/c-h8300.texi
+++ b/gas/doc/c-h8300.texi
@@ -20,10 +20,16 @@
@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