avr.c (avr_mcu_types): Update for new devices.
authorMarek Michalkiewicz <marekm@amelek.gda.pl>
Sun, 9 Jun 2002 18:06:10 +0000 (20:06 +0200)
committerMarek Michalkiewicz <marekm@gcc.gnu.org>
Sun, 9 Jun 2002 18:06:10 +0000 (18:06 +0000)
commit25f2e176414291186a206bb5f7cdc3e98563b38b
tree5de871bbfd36e59cbb8c7e33b6a02b443f77535e
parent6ef0903d0f09e153fb47e2b6f127ae7a7a91ede9
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
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/avr/avr.md
gcc/config/avr/t-avr