diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9459ec2b558..73051de06f1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -868,6 +868,8 @@ See RS/6000 and PowerPC Options. -mtda=@var{n} -msda=@var{n} -mzda=@var{n} @gol -mapp-regs -mno-app-regs @gol -mdisable-callt -mno-disable-callt @gol +-mv850e2v3 @gol +-mv850e2 @gol -mv850e1 @gol -mv850e @gol -mv850 -mbig-switch} @@ -16957,11 +16959,21 @@ the compiler. This setting is the default. @opindex mno-app-regs This option will cause r2 and r5 to be treated as fixed registers. +@item -mv850e2v3 +@opindex mv850e2v3 +Specify that the target processor is the V850E2V3. The preprocessor +constants @samp{__v850e2v3__} will be defined if +this option is used. + +@item -mv850e2 +@opindex mv850e2 +Specify that the target processor is the V850E2. The preprocessor +constants @samp{__v850e2__} will be defined if + @item -mv850e1 @opindex mv850e1 Specify that the target processor is the V850E1. The preprocessor constants @samp{__v850e1__} and @samp{__v850e__} will be defined if -this option is used. @item -mv850e @opindex mv850e @@ -16969,6 +16981,7 @@ Specify that the target processor is the V850E@. The preprocessor constant @samp{__v850e__} will be defined if this option is used. If neither @option{-mv850} nor @option{-mv850e} nor @option{-mv850e1} +nor @option{-mv850e2} nor @option{-mv850e2v3} are defined then a default target processor will be chosen and the relevant @samp{__v850*__} preprocessor constant will be defined. @@ -16978,7 +16991,7 @@ defined, regardless of which processor variant is the target. @item -mdisable-callt @opindex mdisable-callt This option will suppress generation of the CALLT instruction for the -v850e and v850e1 flavors of the v850 architecture. The default is +v850e, v850e1, v850e2 and v850e2v3 flavors of the v850 architecture. The default is @option{-mno-disable-callt} which allows the CALLT instruction to be used. @end table |