This is the mail archive of the gcc-cvs@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]

gcc/gcc/config/i386 i386.c i386.h


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	grahams@gcc.gnu.org	2001-12-29 17:34:44

Modified files:
	gcc/config/i386: i386.c i386.h 

Log message:
	* config/i386/i386.c (ix86_asm_dialect): Fix enum type.
	
	(override_options): Delete abs macro unused.
	
	(output_pic_addr_const): Use ASM_ATT/ASM_INTEL enumerations
	when testing ASSEMBLER_DIALECT.
	
	(print_reg): Likewise.
	(print_operand): Likewise.
	(print_operand_address): Likewise.
	(print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.
	
	* config/i386/i386.h (ix86_asm_dialect): Fix enum type.
	
	(FIND_BASE_TERM): Fix typo.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.350&r2=1.351
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&r1=1.230&r2=1.231


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