* doc/as.texinfo: Add support to generate man options for h8300.

* doc/c-h8300.texi: Likewise.
This commit is contained in:
Alan Modra 2013-04-03 02:48:37 +00:00
parent 0e7a53fca6
commit 0c76cae8b2
3 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-04-03 Alan Modra <amodra@gmail.com>
* doc/as.texinfo: Add support to generate man options for h8300.
* doc/c-h8300.texi: Likewise.
2013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and

View File

@ -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

View File

@ -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