OSDN Git Service

* config/h8300/h8300.c (print_operand_address): Rename to...
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 2011 20:47:28 +0000 (20:47 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Apr 2011 20:47:28 +0000 (20:47 +0000)
commit87ad9affc67d7c397f56d27367f8f8c0266b4414
treeee9267d8163daabb05f6b7320ebe98f093eceb39
parent8d141c17caca69de502a53cafd10de7dbe2ca63a
* 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.

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