r173212 - in /trunk/gcc: ChangeLog config/sparc...
aesok@gcc.gnu.org
aesok@gcc.gnu.org
Sat Apr 30 11:17:00 GMT 2011
Author: aesok
Date: Sat Apr 30 11:17:56 2011
New Revision: 173212
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173212
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/sparc/sparc-protos.h
trunk/gcc/config/sparc/sparc.c
trunk/gcc/config/sparc/sparc.h
More information about the Gcc-cvs
mailing list