avr.h (LINK_SPEC, [...]): Move AT90USB82 and AT90USB162 devices from 'avr5' to 'avr35...
authorAnatoly Sokolov <aesok@post.ru>
Wed, 26 Dec 2007 22:02:14 +0000 (01:02 +0300)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Wed, 26 Dec 2007 22:02:14 +0000 (01:02 +0300)
commit9628d76b2a8a7b3c2500523817cb76ba4ca49daf
tree803a4da08ca1ab4e9afa1a9d52d9012f597dfbce
parent5f6d5f0af6d71c61fc06e2d0435babc4a5a4502a
avr.h (LINK_SPEC, [...]): Move AT90USB82 and AT90USB162 devices from 'avr5' to 'avr35' architecture.

* config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Move AT90USB82
and AT90USB162 devices from 'avr5' to 'avr35' architecture.
(ASM_SPEC): Add 'avr35' architecture.
* config/avr/avr.c (avr_mcu_types): Move AT90USB82 and AT90USB162
devices from 'avr5' to 'avr35' architecture.
(avr_arch_types): Add "avr23" entries.
(avr_arch): Add 'ARCH_AVR35'.
* config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add 'avr35'.
(MULTILIB_MATCHES): Move AT90USB82 and AT90USB162 devices from 'avr5'
to 'avr35' architecture.

From-SVN: r131189
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/avr/t-avr