Re: [patch,avr] Clean up n_flash field from MCU information.

2016-12-01 Thread Denis Chertykov
2016-12-01 12:26 GMT+03:00 Georg-Johann Lay : > The introduction of the flash_size field in avr_mcu_t rendered the n_flash > field redundant. This patch computes the value of n_flash as needed from > flash_size and cleans up n_flash. > > Ok for trunk? > > Johann > > gcc/ >

[patch,avr] Clean up n_flash field from MCU information.

2016-12-01 Thread Georg-Johann Lay
The introduction of the flash_size field in avr_mcu_t rendered the n_flash field redundant. This patch computes the value of n_flash as needed from flash_size and cleans up n_flash. Ok for trunk? Johann gcc/ * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field. *