Commit 98180123 by Nick Clifton Committed by Nick Clifton

Document -m32r switch. Fix typo -mm32rx=> -m32rx.

From-SVN: r47263
parent ebe413e5
2001-11-22 Nick Clifton <nickc@cambridge.redhat.com> 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 * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
targets. targets.
......
...@@ -406,7 +406,7 @@ in the following sections. ...@@ -406,7 +406,7 @@ in the following sections.
@emph{M32R/D Options} @emph{M32R/D Options}
@gccoptlist{ @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}} -G @var{num}}
@emph{M88K Options} @emph{M88K Options}
...@@ -6247,9 +6247,13 @@ This option makes symbolic debugging impossible. ...@@ -6247,9 +6247,13 @@ This option makes symbolic debugging impossible.
These @option{-m} options are defined for Mitsubishi M32R/D architectures: These @option{-m} options are defined for Mitsubishi M32R/D architectures:
@table @gcctabopt @table @gcctabopt
@item -mm32rx @item -m32rx
@opindex mm32rx @opindex m32rx
Generate code for the M32R/X. The default is to generate code for the M32R. Generate code for the M32R/X.
@item -m32r
@opindex m32r
Generate code for the M32R. This is the default.
@item -mcode-model=small @item -mcode-model=small
@opindex mcode-model=small @opindex mcode-model=small
...@@ -9727,7 +9731,6 @@ Generate an executable in the ELF format, rather than the default ...@@ -9727,7 +9731,6 @@ Generate an executable in the ELF format, rather than the default
@samp{mmo} format used by the @command{mmix} simulator. @samp{mmo} format used by the @command{mmix} simulator.
@end table @end table
@node Code Gen Options @node Code Gen Options
@section Options for Code Generation Conventions @section Options for Code Generation Conventions
@cindex code generation conventions @cindex code generation conventions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment