[Patch,AVR]: Clean-up printing bits

2012-02-29 Thread Georg-Johann Lay
This is more of code clean-up: avr_output_bld is unused and can be removed. To print a bit it is more convenient to use %T than patching a string. Ok for trunk? Johann * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype. * config/avr/avr.c (avr_output_bld):

Re: [Patch,AVR]: Clean-up printing bits

2012-02-29 Thread Denis Chertykov
2012/2/29 Georg-Johann Lay a...@gjlay.de: This is more of code clean-up: avr_output_bld is unused and can be removed. To print a bit it is more convenient to use %T than patching a string. Ok for trunk? Johann        * config/avr/avr-protos.h (avr_output_bld): Remove unused prototype.