This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cris] hookize PRINT_OPERAND &co.


> Date: Mon, 7 Jun 2010 13:00:32 -0700
> From: Nathan Froyd <froydnj@codesourcery.com>

> The patch below converts the cris port to TARGET_PRINT_OPERAND &co.  I am
> planning to commit this at the end of the week if there are no comments.

> 	* cris-protos.h (cris_print_operand): Delete.
> 	(cris_print_operand_address): Delete.
> 	* cris.h (PRINT_OPERAND): Delete.
> 	(PRINT_OPERAND_PUNCT_VALID_P): Delete.
> 	(PRINT_OPERAND_ADDRESS): Delete.
> 	* cris.c (cris_print_operand_address): Make static.
> 	(cris_print_operand): Make static.
> 	(cris_print_operand_punct_valid_p): New function.
> 	(TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
> 	(TARGET_PRINT_OPERAND_ADDRESS): Define.

Ok.

brgds, H-P
PS. FWIW, the tree is broken for cris-elf right now, PR 44467


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]