diff options
author | Nick Clifton <nickc@cambridge.redhat.com> | 2001-11-22 10:08:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-11-22 10:08:10 +0000 |
commit | 98180123a1cc32e3f34605002b74db03c8fcd856 (patch) | |
tree | 57a049224dccad887a92dee95f38b4f29a1d7bfd | |
parent | ebe413e5a0f32007760f9314422e03614778189b (diff) | |
download | gcc-98180123a1cc32e3f34605002b74db03c8fcd856.zip gcc-98180123a1cc32e3f34605002b74db03c8fcd856.tar.gz gcc-98180123a1cc32e3f34605002b74db03c8fcd856.tar.bz2 |
Document -m32r switch. Fix typo -mm32rx=> -m32rx.
From-SVN: r47263
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 13 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa05e96..c95fbdf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 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 targets. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 32a2b35..c16df77 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 |