h8300.c (print_operand_address): Rename to...
authorNaveen H.S <naveen.S@kpitcummins.com>
Fri, 1 Apr 2011 20:47:28 +0000 (20:47 +0000)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Fri, 1 Apr 2011 20:47:28 +0000 (00:47 +0400)
commit88cb339e2fc095381098658177b8600ee151c58f
treeee9267d8163daabb05f6b7320ebe98f093eceb39
parent756d6ee965cd678839c99b8ada229d20ec4ca20c
h8300.c (print_operand_address): Rename to...

* config/h8300/h8300.c (print_operand_address): Rename to...
(h8300_print_operand_address): ...this. Make static. Adjust comments.
Call h8300_print_operand and h8300_print_operand_address instead of
print_operand and print_operand_address. Declare.
(print_operand): Renake to...
(h8300_print_operand): ...this. Make static. Adjust comments.
Call h8300_print_operand instead of print_operand. Declare.
(h8300_print_operand_punct_valid_p): Moved from h8300.h file.
(h8300_register_move_cost): Likewise.
(TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
* config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
* config/h8300/h8300-protos.h (print_operand): Delete.
(print_operand_address): Delete.

From-SVN: r171853
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h