diff options
author | Nick Clifton <nickc@redhat.com> | 2011-01-24 17:00:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-01-24 17:00:28 +0000 |
commit | a40d79d7af069afb35fb1655a45bf3e04a202e35 (patch) | |
tree | 8048bfc833a4c85858aa2961b04a0d5ed393b834 /gcc/doc | |
parent | 440eb8de8906dd789306f3497ade607adc410898 (diff) | |
download | gcc-a40d79d7af069afb35fb1655a45bf3e04a202e35.zip gcc-a40d79d7af069afb35fb1655a45bf3e04a202e35.tar.gz gcc-a40d79d7af069afb35fb1655a45bf3e04a202e35.tar.bz2 |
v850.opt (mv850es): New option - alias for -mv850e1.
* config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
* config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
-mv850e1 to the assembler. If -mv850e1 or -mv850es is specified
then define __v850e1__.
* doc/invoke.texi: Document -mv850es.
From-SVN: r169170
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3d64438..8dba2ec 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -890,7 +890,7 @@ See RS/6000 and PowerPC Options. -mdisable-callt -mno-disable-callt @gol -mv850e2v3 @gol -mv850e2 @gol --mv850e1 @gol +-mv850e1 -mv850es @gol -mv850e @gol -mv850 -mbig-switch} @@ -17389,6 +17389,11 @@ constants @samp{__v850e2__} will be defined if Specify that the target processor is the V850E1. The preprocessor constants @samp{__v850e1__} and @samp{__v850e__} will be defined if +@item -mv850es +@opindex mv850es +Specify that the target processor is the V850ES. This is an alias for +the @option{-mv850e1} option. + @item -mv850e @opindex mv850e Specify that the target processor is the V850E@. The preprocessor |