summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-07 00:06:52 +0000
committerNick Clifton <nickc@redhat.com>2000-03-07 00:06:52 +0000
commit3c8cbfacfb227db372487ffb0c2f4fee11745484 (patch)
treeed725a8a4a42d65660478ca629d0cb2d522918d5 /gas
parent208bd68e6a135913eae6b7185afef06372c718d5 (diff)
downloadbinutils-redhat-3c8cbfacfb227db372487ffb0c2f4fee11745484.tar.gz
Document new -m32r command line switch
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-m32r.c2
-rw-r--r--gas/doc/Makefile.am1
-rw-r--r--gas/doc/Makefile.in1
-rw-r--r--gas/doc/c-m32r.texi8
5 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7441b85c76..b04ae72e82 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -4,6 +4,11 @@
switch.
(md_parse_option): Parse -m32r command line switch - disable m32rx
compatability.
+ (md_show_usage): Document new option.
+
+ * doc/Makefile.am (CPU_DOCS): Add c-m32r.texi.
+ * doc/Makefile.in: Regenerate.
+ * doc/c-m32r.texi (M32R-Opts): Document new command line switch.
2000-03-02 Michael Meissner <meissner@redhat.com>
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c
index 36f26b0683..f73f034583 100644
--- a/gas/config/tc-m32r.c
+++ b/gas/config/tc-m32r.c
@@ -256,6 +256,8 @@ md_show_usage (stream)
fprintf (stream, _(" M32R specific command line options:\n"));
fprintf (stream, _("\
+ -m32r disable support for the m32rx instruction set\n"));
+ fprintf (stream, _("\
-m32rx support the extended m32rx instruction set\n"));
fprintf (stream, _("\
-O try to combine instructions in parallel\n"));
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index a7d55a34aa..c6eaf77bd7 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 6ac93da0da..f9fed15b9e 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 82b5456d12..b733fb3018 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