sparc.h (PRINT_OPERAND, [...]): Remove.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 30 Apr 2011 11:17:56 +0000 (15:17 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sat, 30 Apr 2011 11:17:56 +0000 (15:17 +0400)
commit46e43d2b55f6d0e54c564b38e73f306f63a66f9e
tree0abcd2da3fcd3da3bc568d5ec9018de78efd2bdd
parentecb62563676df6c02822c878077f64a552a64df8
sparc.h (PRINT_OPERAND, [...]): Remove.

* config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
PRINT_OPERAND_PUNCT_VALID_P): Remove.
* config/sparc/sparc-protos.h (print_operand): Remove declaration.
* config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
(print_operand): Rename to...
(sparc_print_operand): ...this. Make static. Adjust
sparc_print_operand function call.
(sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
functions.

From-SVN: r173212
gcc/ChangeLog
gcc/config/sparc/sparc-protos.h
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h