aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-m32c.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gas/doc/c-m32c.texi')
-rw-r--r--gas/doc/c-m32c.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/gas/doc/c-m32c.texi b/gas/doc/c-m32c.texi
index 54ad154..16acc8d 100644
--- a/gas/doc/c-m32c.texi
+++ b/gas/doc/c-m32c.texi
@@ -11,7 +11,7 @@
@node Machine Dependencies
@chapter M32C Dependent Features
@end ifclear
-
+
@cindex M32C support
@code{@value{AS}} can assemble code for several different members of
@@ -23,23 +23,23 @@ change the default to the M32C microprocessor.
* M32C-Opts:: M32C Options
* M32C-Syntax:: M32C Syntax
@end menu
-
+
@node M32C-Opts
@section M32C Options
-
+
@cindex options, M32C
@cindex M32C options
-
+
The Renesas M32C version of @code{@value{AS}} has these
machine-dependent options:
-
+
@table @code
@item -m32c
@cindex @samp{-m32c} option, M32C
@cindex architecture options, M32C
@cindex M32C architecture option
Assemble M32C instructions.
-
+
@item -m16c
@cindex @samp{-m16c} option, M16C
@cindex architecture options, M16C
@@ -52,7 +52,7 @@ Enable support for link-time relaxations.
@item -h-tick-hex
Support H'00 style hex constants in addition to 0x00 style.
-
+
@end table
@node M32C-Syntax