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: Patch to split length modifiers ("l" or "ll") out of HOST_WIDE_INT_PRINT_*


On Mon, Jun 23, 2003 at 06:48:34PM -0400, Kaveh R. Ghazi wrote:
> 	* hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
> 	(HOST_WIDE_INT_PRINT_DEC_SPACE,
> 	HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
> 	HOST_WIDEST_INT_PRINT_DEC_SPACE,
> 	HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
> 	(HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
> 	HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
> 	terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
> 
> 	* final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
> 	* ra-debug.c (dump_static_insn_cost): Likewise.

Ok.


r~


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