diff options
author | Anatoly Sokolov <aesok@post.ru> | 2009-04-01 09:57:14 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2009-04-01 09:57:14 +0400 |
commit | 4223ff5f252b650b7e799d7e919bbc1796901aed (patch) | |
tree | f57d95733a476c50b316d4dbb450381246ed8073 /gcc/doc | |
parent | e893f6f38e3842a0d4e74be5835b4506ba6bb3de (diff) | |
download | gcc-4223ff5f252b650b7e799d7e919bbc1796901aed.zip gcc-4223ff5f252b650b7e799d7e919bbc1796901aed.tar.gz gcc-4223ff5f252b650b7e799d7e919bbc1796901aed.tar.bz2 |
avr.h (avr_case_values_threshold): Remove declaration.
* config/avr/avr.h (avr_case_values_threshold): Remove declaration.
(CASE_VALUES_THRESHOLD): Redefine.
* config/avr/avr.c (avr_override_options): Remove initialization of
avr_case_values_threshold variable.
(avr_case_values_threshold): Remove variable. Add new function.
* config/avr/avr-protos.h (avr_case_values_threshold): Declare.
* config/avr/avr.opt (mno-tablejump): Remove option.
* doc/invoke.texi (AVR Options): Remove -mno-tablejump.
From-SVN: r145389
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 131633d..52fd70d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -457,7 +457,7 @@ Objective-C and Objective-C++ Dialects}. @emph{AVR Options} @gccoptlist{-mmcu=@var{mcu} -msize -minit-stack=@var{n} -mno-interrupts @gol --mcall-prologues -mno-tablejump -mtiny-stack -mint8} +-mcall-prologues -mtiny-stack -mint8} @emph{Blackfin Options} @gccoptlist{-mcpu=@var{cpu}@r{[}-@var{sirevision}@r{]} @gol @@ -9313,10 +9313,6 @@ Code size will be smaller. Functions prologues/epilogues expanded as call to appropriate subroutines. Code size will be smaller. -@item -mno-tablejump -@opindex mno-tablejump -Do not generate tablejump insns which sometimes increase code size. - @item -mtiny-stack @opindex mtiny-stack Change only the low 8 bits of the stack pointer. |