]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jul 2011 16:35:38 +0000 (16:35 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jul 2011 16:35:38 +0000 (16:35 +0000)
commit7a7fb40758f39cfde4735681e34c973354216197
tree729c8fd8bd44e858f774ac04836dc2068aa307e7
parent69c86aa49c2724d67f0aeaea2396ec905f910249
* 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.

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