r230060 - in /trunk/gcc: ChangeLog config/visiu...
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Mon Nov 9 22:53:00 GMT 2015
Author: ebotcazou
Date: Mon Nov 9 22:53:31 2015
New Revision: 230060
URL: https://gcc.gnu.org/viewcvs?rev=230060&root=gcc&view=rev
Log:
* config/visium/visium.h (PRINT_OPERAND): Delete.
(PRINT_OPERAND_PUNCT_VALID_P): Likewise.
(PRINT_OPERAND_ADDRESS): Likewise.
* config/visium/visium.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
to...
(visium_print_operand_punct_valid_p): ...this. New function.
(TARGET_PRINT_OPERAND): Define to...
(print_operand): Rename to...
(visium_print_operand): ...this.
(TARGET_PRINT_OPERAND_ADDRESS): Define to...
(visium_output_address): Rename to...
(visium_print_operand_address): ...this.
(print_operand_address): Delete.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/visium/visium.c
trunk/gcc/config/visium/visium.h
More information about the Gcc-cvs
mailing list