Replace references to Mitsubishi M32R with references to Renesas M32R.
[deliverable/binutils-gdb.git] / gas / doc / c-m32r.texi
index 82b5456d126d681e0d3f7e0460dc4cbb84821413..45f16630f4ddf70ae6bf73f8dfcb23cea49b1f08 100644 (file)
@@ -1,4 +1,5 @@
-@c Copyright (C) 1991, 92-98, 1999 Free Software Foundation, Inc.
+@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000
+@c Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -23,7 +24,7 @@
 @cindex options, M32R
 @cindex M32R options
 
-The Mitsubishi M32R version of @code{@value{AS}} has a few machine
+The Renease M32R version of @code{@value{AS}} has a few machine
 dependent options:
 
 @table @code
@@ -32,12 +33,20 @@ dependent options:
 @cindex architecture options, M32RX
 @cindex M32R architecture options
 @code{@value{AS}} can assemble code for several different members of the
-Mitsubishi M32R family.  Normally the default is to assemble code for
+Renesas M32R family.  Normally the default is to assemble code for
 the M32R microprocessor.  This option may be used to change the default
 to the M32RX microprocessor, which adds some more instructions to the
 basic M32R instruction set, and some additional parameters to some of
 the original instructions.
 
+@item -m32r
+@cindex @samp{-m32r} option, M32R
+@cindex architecture options, M32R
+@cindex M32R architecture options
+This option can be used to restore the assembler's default behaviour of
+assembling for the M32R microprocessor.  This can be useful if the
+default has been changed by a previous command line option.
+
 @item -warn-explicit-parallel-conflicts
 @cindex @samp{-warn-explicit-parallel-conflicts} option, M32RX
 Instructs @code{@value{AS}} to produce warning messages when
This page took 0.025041 seconds and 4 git commands to generate.