diff options
author | Nick Clifton <nickc@redhat.com> | 2000-03-07 00:06:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-03-07 00:06:52 +0000 |
commit | ded0aeb7910b20f42da2a71582a6ca4538f8991d (patch) | |
tree | 57cf08dc7ffda21cf63936b86c38f1448d71447d /gas/doc | |
parent | 8ad9e709b429d1eaebd25f803b2c1c3c659f75dc (diff) | |
download | gdb-ded0aeb7910b20f42da2a71582a6ca4538f8991d.zip gdb-ded0aeb7910b20f42da2a71582a6ca4538f8991d.tar.gz gdb-ded0aeb7910b20f42da2a71582a6ca4538f8991d.tar.bz2 |
Document new -m32r command line switch
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 1 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 1 | ||||
-rw-r--r-- | gas/doc/c-m32r.texi | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a7d55a3..c6eaf77 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -25,6 +25,7 @@ CPU_DOCS = \ c-i370.texi \ c-i386.texi \ c-i960.texi \ + c-m32r.texi \ c-m68k.texi \ c-mips.texi \ c-ns32k.texi \ diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 6ac93da..f9fed15 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -127,6 +127,7 @@ CPU_DOCS = \ c-i370.texi \ c-i386.texi \ c-i960.texi \ + c-m32r.texi \ c-m68k.texi \ c-mips.texi \ c-ns32k.texi \ diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index 82b5456d..b733fb3 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -38,6 +38,14 @@ 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 |