http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54854
--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-10-08 10:14:01 UTC --- Author: gjl Date: Mon Oct 8 10:13:56 2012 New Revision: 192201 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192201 Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/config/avr/avr.h trunk/gcc/config/avr/avr.opt trunk/gcc/doc/invoke.texi