OSDN Git Service

* config/avr/avr.c (avr_mcu_types): Update for new devices.
authormarekm <marekm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jun 2002 18:06:10 +0000 (18:06 +0000)
committermarekm <marekm@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jun 2002 18:06:10 +0000 (18:06 +0000)
commitfcb03982fa3c6c87a1e108b1ff0c66107d2b4088
tree5de871bbfd36e59cbb8c7e33b6a02b443f77535e
parente81a1c64284b62d297da770fdce0fa48d5ff77ec
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54410 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/avr/avr.md
gcc/config/avr/t-avr