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/config/tc-m32r.c | |
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/config/tc-m32r.c')
-rw-r--r-- | gas/config/tc-m32r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index 36f26b0..f73f034 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")); |