alpha-protos.h (print_operand): Remove.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 11 Nov 2015 16:17:47 +0000 (17:17 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 11 Nov 2015 16:17:47 +0000 (17:17 +0100)
commitf83e226207d9458396a3a5cf9a1eb2a0092497bb
treef55ea3a67b366747ee5c85e9ea62a5aac1c494a0
parente3907f12a5082e6bd7eda92cf165e3accd07f67a
alpha-protos.h (print_operand): Remove.

* config/alpha/alpha-protos.h (print_operand): Remove.
(print_operand_address): Remove.
* config/alpha/alpha.h (PRINT_OPERAND): Remove.
(PRINT_OPERAND_ADDRESS): Remove.
(PRINT_OPERAND_PUNCT_VALID_P): Remove.
* config/alpha/alpha.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...
(alpha_print_operand_address): ...this and make static.
(print_operand): Rename to...
(alpha_print_operand): ...this and make static.
(alpha_print_operand_punct_valid_p): New static function.

From-SVN: r230181
gcc/ChangeLog
gcc/config/alpha/alpha-protos.h
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h