summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-04-03 02:48:37 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-04-03 02:48:37 +0000
commit51282106f2026e8860e31c5f7b3257ddf10cbfb0 (patch)
treebf8e13e3cd36d9b2eeecc5289231405e54bccd8c /gas/doc
parentb6b649f54f275277209a2c0a12dc38c9a40d8c19 (diff)
downloadbinutils-redhat-51282106f2026e8860e31c5f7b3257ddf10cbfb0.tar.gz
* doc/as.texinfo: Add support to generate man options for h8300.
* doc/c-h8300.texi: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo19
-rw-r--r--gas/doc/c-h8300.texi4
2 files changed, 22 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index cafcb22c99..1476c14676 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -909,6 +909,25 @@ an Epiphany processor.
@end ifset
+@ifset H8300
+
+@ifclear man
+@xref{H8/300 Options}, for the options available when @value{AS} is configured
+for an H8/300 processor.
+@end ifclear
+
+@ifset man
+@c man begin OPTIONS
+The following options are available when @value{AS} is configured for an H8/300
+processor.
+@c man end
+@c man begin INCLUDE
+@include c-h8300.texi
+@c ended inside the included file
+@end ifset
+
+@end ifset
+
@ifset I80386
@ifclear man
diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi
index a61c962497..5245c66626 100644
--- a/gas/doc/c-h8300.texi
+++ b/gas/doc/c-h8300.texi
@@ -25,11 +25,13 @@
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.
@end table
+@c man end
@node H8/300 Syntax
@section Syntax