* config/avr/avr-protos.h (print_operand): Remove.
commit62a6a7eec7ab83a85440d91c20bfe404035d28c5
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 19:30:08 +0000 (15 19:30 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 19:30:08 +0000 (15 19:30 +0000)
tree1cc265052379354348cff421af470f833a61fe88
parent49f0ee87f4143e9654afebcca23837a48b90aa7e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182386 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr-protos.h
gcc/config/avr/avr.c
gcc/config/avr/avr.h