This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r124239 - in /branches/gcc-4_2-branch/gcc: Chan...
- From: aesok at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 27 Apr 2007 20:53:57 -0000
- Subject: r124239 - in /branches/gcc-4_2-branch/gcc: Chan...
Author: aesok
Date: Fri Apr 27 21:53:57 2007
New Revision: 124239
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124239
Log:
* config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
* config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
* config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/config/avr/avr.c
branches/gcc-4_2-branch/gcc/config/avr/avr.h
branches/gcc-4_2-branch/gcc/config/avr/t-avr