aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr.h
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2012-10-08 10:13:56 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2012-10-08 10:13:56 +0000
commit1e422ffff35dd27469eec04f5feb2041d95e2f4b (patch)
treef79ce8ca4fa2efa14845db19c6a457aa69fc7cc6 /gcc/config/avr/avr.h
parentf429813df18f0da63955b4fbd361c0a807a59b15 (diff)
downloadgcc-1e422ffff35dd27469eec04f5feb2041d95e2f4b.zip
gcc-1e422ffff35dd27469eec04f5feb2041d95e2f4b.tar.gz
gcc-1e422ffff35dd27469eec04f5feb2041d95e2f4b.tar.bz2
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
Diffstat (limited to 'gcc/config/avr/avr.h')
-rw-r--r--gcc/config/avr/avr.h2
1 files changed, 1 insertions, 1 deletions
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)