From: Nick Clifton Date: Thu, 22 Nov 2001 10:08:10 +0000 (+0000) Subject: Document -m32r switch. Fix typo -mm32rx=> -m32rx. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98180123a1cc32e3f34605002b74db03c8fcd856;p=gcc.git Document -m32r switch. Fix typo -mm32rx=> -m32rx. From-SVN: r47263 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa05e9601cf..c95fbdffbda 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2001-11-22 Nick Clifton + * 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 targets. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 32a2b353afb..c16df77749c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -406,7 +406,7 @@ in the following sections. @emph{M32R/D Options} @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}} @emph{M88K Options} @@ -6247,9 +6247,13 @@ This option makes symbolic debugging impossible. These @option{-m} options are defined for Mitsubishi M32R/D architectures: @table @gcctabopt -@item -mm32rx -@opindex mm32rx -Generate code for the M32R/X. The default is to generate code for the M32R. +@item -m32rx +@opindex m32rx +Generate code for the M32R/X. + +@item -m32r +@opindex m32r +Generate code for the M32R. This is the default. @item -mcode-model=small @opindex mcode-model=small @@ -9727,7 +9731,6 @@ Generate an executable in the ELF format, rather than the default @samp{mmo} format used by the @command{mmix} simulator. @end table - @node Code Gen Options @section Options for Code Generation Conventions @cindex code generation conventions