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]

Re: Avoid using of quad on i386


On Thu, Nov 08, 2001 at 04:57:30PM +0100, Jan Hubicka wrote:
> 	* output.h (default_asm_out_*): Declare.
> 	* target-def.h (TARGET_ASM_CHAR, TARGET_ASM_SHORT,
> 	TARGET_ASM_INT, TARGET_ASM_DOUBLE_INT,
> 	TARGET_ASM_QUADRUPLE_INT, TARGET_ASM_OUT_INTEGER): New macros.
> 	* target.h (asm_out_int): New structure.
> 	(asm_out): Add integer field.
> 	* varasm.c (default_asm_out_*): New functions.
> 	(assemble_integer): Use the new functions.
> 	* i386.c (x86_64_asm_double_int): New function.
> 	(TARGET_ASM_DOUBLE_INT): New constant.

Oh, you forgot doc updates as well.


r~


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