Document -m32r switch. Fix typo -mm32rx=> -m32rx.
authorNick Clifton <nickc@cambridge.redhat.com>
Thu, 22 Nov 2001 10:08:10 +0000 (10:08 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 22 Nov 2001 10:08:10 +0000 (10:08 +0000)
From-SVN: r47263

gcc/ChangeLog
gcc/doc/invoke.texi

index aa05e9601cfdfe44afe90fc2152e299255e9dbb8..c95fbdffbdae596f95f9a1f9a87e8954b6fac85e 100644 (file)
@@ -1,5 +1,8 @@
 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
 
+       * doc/invoke.texi (M32R/D Option Summary): Document -m32r switch.
+       Fix typo -mm32rx=> -m32rx.
+
        * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
        targets.
 
index 32a2b353afbe3d66956237556993422dde78d19f..c16df77749cfacd83760005851a9e09f4c5c120c 100644 (file)
@@ -406,7 +406,7 @@ in the following sections.
 
 @emph{M32R/D Options}
 @gccoptlist{
--mm32rx -mcode-model=@var{model-type}  -msdata=@var{sdata-type} @gol
+-m32rx -m32r -mcode-model=@var{model-type}  -msdata=@var{sdata-type} @gol
 -G @var{num}}
 
 @emph{M88K Options}
@@ -6247,9 +6247,13 @@ This option makes symbolic debugging impossible.
 These @option{-m} options are defined for Mitsubishi M32R/D architectures:
 
 @table @gcctabopt
-@item -mm32rx
-@opindex mm32rx
-Generate code for the M32R/X.  The default is to generate code for the M32R.
+@item -m32rx
+@opindex m32rx
+Generate code for the M32R/X.
+
+@item -m32r
+@opindex m32r
+Generate code for the M32R.  This is the default.
 
 @item -mcode-model=small
 @opindex mcode-model=small
@@ -9727,7 +9731,6 @@ Generate an executable in the ELF format, rather than the default
 @samp{mmo} format used by the @command{mmix} simulator.
 @end table
 
-
 @node Code Gen Options
 @section Options for Code Generation Conventions
 @cindex code generation conventions