This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AVR] Add suppotr for AT90PWM1 AVR devices.


"Anatoly Sokolov" <aesok@post.ru> writes:

> Hello.
> 
> The patch add to support AT90PWM1 device in AVR port GCC.
> 
> 2006-09-02  Anatoly Sokolov <aesok@post.ru>
> 
> ChangeLog:
> 
>  * config/avr/avr.c (avr_mcu_types): Add support for at90pwm1 device.
>  * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
>  * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
>  (avr_rtx_costs): Mark 'outer_code' argument with ATTRIBUTE_UNUSED.

Wrong ChangeLog entry.
The right one:

2006-09-02  Anatoly Sokolov <aesok@post.ru>

        * config/avr/avr.c (avr_mcu_types): Add support for at90pwm1 device.
        * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
        * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
        (avr_rtx_costs): Mark 'outer_code' argument with ATTRIBUTE_UNUSED.

Applied.

Denis.
PS: your patch was wrong here:
Index: gcc/config/avr/t-avr
===================================================================
--- gcc/config/avr/t-avr (revision 116638)
+++ gcc/config/avr/t-avr (working copy)
@@ -64,6 +64,7 @@
  mmcu?avr4=mmcu?atmega8515 \
  mmcu?avr4=mmcu?atmega8535 \
  mmcu?avr4=mmcu?atmega88 \
+ mmcu?avr4=mmcu?at90pwm1 \
  mmcu?avr4=mmcu?at90pwm2 \
  mmcu?avr4=mmcu?at90pwm3 \
  mmcu?avr5=mmcu?atmega16 \
-^  the tabs must be in this column not the spaces


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]