avr-protos.h (print_operand): Remove.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 15 Dec 2011 19:30:08 +0000 (19:30 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Thu, 15 Dec 2011 19:30:08 +0000 (19:30 +0000)
commit666b67b1b98d4587c6f687b246109117b1fe5ebc
tree1cc265052379354348cff421af470f833a61fe88
parentfaf81b1a183e3a29f6360e52b622fe0d5717b09b
avr-protos.h (print_operand): Remove.

* config/avr/avr-protos.h (print_operand): Remove.
(print_operand_address): Remove.
* config/avr/avr.h (PRINT_OPERAND): Remove.
(PRINT_OPERAND_ADDRESS): Remove.
(PRINT_OPERAND_PUNCT_VALID_P): Remove.
* config/avr/avr.c (TARGET_PRINT_OPERAND): New hook define.
(TARGET_PRINT_OPERAND_ADDRESS): New hook define.
(TARGET_PRINT_OPERAND_PUNCT_VALID_P): New hook define.
(print_operand_address): Rename to...
(avr_print_operand_address): ...this and make static.
(print_operand): Rename to...
(avr_print_operand): ...this and make static.
(avr_print_operand_punct_valid_p): New static function.

From-SVN: r182386
gcc/ChangeLog
gcc/config/avr/avr-protos.h
gcc/config/avr/avr.c
gcc/config/avr/avr.h