avr.c (avr_mcu_types): Update for new devices.
* config/avr/avr.c (avr_mcu_types): Update for new devices. * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls. (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices. * config/avr/avr.md ("type" and "length" attributes): New type "xcall", length 1 or 2 if AVR_MEGA. Use in all patterns that output a single "call" or "rcall" insn depending on device size. * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices. From-SVN: r54410
Showing
- gcc/ChangeLog 10 additions, 0 deletionsgcc/ChangeLog
- gcc/config/avr/avr.c 3 additions, 0 deletionsgcc/config/avr/avr.c
- gcc/config/avr/avr.h 10 additions, 3 deletionsgcc/config/avr/avr.h
- gcc/config/avr/avr.md 15 additions, 29 deletionsgcc/config/avr/avr.md
- gcc/config/avr/t-avr 4 additions, 2 deletionsgcc/config/avr/t-avr
Loading
Please register or sign in to comment