From 1e422ffff35dd27469eec04f5feb2041d95e2f4b Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 8 Oct 2012 10:13:56 +0000 Subject: re PR target/54854 ([avr] Deprecate and finally remove the -mshort-calls command line option) PR target/54854 * doc/invoke.texi (AVR Options): Remove -mshort-calls. * config/avr/avr.opt (-mshort-calls): Remove option. * config/avr/avr.h (AVR_HAVE_JMP_CALL): Don't depend on TARGET_SHORT_CALLS. From-SVN: r192201 --- gcc/config/avr/avr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/avr/avr.h') diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 8488ecd..4925e0e 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -57,7 +57,7 @@ enum #define TARGET_CPU_CPP_BUILTINS() avr_cpu_cpp_builtins (pfile) -#define AVR_HAVE_JMP_CALL (avr_current_arch->have_jmp_call && !TARGET_SHORT_CALLS) +#define AVR_HAVE_JMP_CALL (avr_current_arch->have_jmp_call) #define AVR_HAVE_MUL (avr_current_arch->have_mul) #define AVR_HAVE_MOVW (avr_current_arch->have_movw_lpmx) #define AVR_HAVE_LPMX (avr_current_arch->have_movw_lpmx) -- cgit v1.1