r171853 - in /trunk/gcc: ChangeLog config/h8300...
aesok@gcc.gnu.org
aesok@gcc.gnu.org
Fri Apr 1 20:47:00 GMT 2011
Author: aesok
Date: Fri Apr 1 20:47:28 2011
New Revision: 171853
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171853
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/h8300/h8300-protos.h
trunk/gcc/config/h8300/h8300.c
trunk/gcc/config/h8300/h8300.h
More information about the Gcc-cvs
mailing list