From 4223ff5f252b650b7e799d7e919bbc1796901aed Mon Sep 17 00:00:00 2001 From: Anatoly Sokolov Date: Wed, 1 Apr 2009 09:57:14 +0400 Subject: 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 --- gcc/doc/invoke.texi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gcc/doc') 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. -- cgit v1.1