r176759 - in /trunk/gcc: ChangeLog config/mmix/...
aesok@gcc.gnu.org
aesok@gcc.gnu.org
Mon Jul 25 16:35:00 GMT 2011
Author: aesok
Date: Mon Jul 25 16:35:38 2011
New Revision: 176759
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176759
Log:
* config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
* config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
mmix_print_operand, mmix_print_operand_address): Remove.
* config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
Change return type to bool. Change argument type to bool.
(mmix_print_operand, mmix_print_operand_address): Make static.
(mmix_intval, mmix_output_condition): Change 'x' argument type
to const_rtx.
(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/mmix/mmix-protos.h
trunk/gcc/config/mmix/mmix.c
trunk/gcc/config/mmix/mmix.h
More information about the Gcc-cvs
mailing list