Re: [Patch,AVR] Clean-up: Move TARGET macros to end of avr.c

2012-02-29 Thread Denis Chertykov
2012/2/29 Georg-Johann Lay : > This patch moves the bulk of TARGET_* macros to the end of avr.c and just > prior > to their usage by TARGET_INITIALIZER to initialize targetm. > > It's just more convenient to have that bulk of code at the end of the file... > > Ok to commit? > > Johann > > >      

[Patch,AVR] Clean-up: Move TARGET macros to end of avr.c

2012-02-29 Thread Georg-Johann Lay
This patch moves the bulk of TARGET_* macros to the end of avr.c and just prior to their usage by TARGET_INITIALIZER to initialize targetm. It's just more convenient to have that bulk of code at the end of the file... Ok to commit? Johann * config/avr/avr.c: Move definition of TARGET m