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 ChangeLog config/i386/i386.c config/i3 ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth at gcc dot gnu dot org	2003-04-11 21:27:14

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

Log message:
	* config/i386/i386.c (tls_model_chars): Remove.
	(ix86_encode_section_info, ix86_strip_name_encoding): Remove.
	(local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
	(tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
	(tls_symbolic_operand_1): Likewise.
	(legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
	* config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
	(TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
	* config/i386/winnt.c (i386_pe_encode_section_info): Replace
	bits "copied from i386.h" with default_encode_section_info.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17400&r2=1.17401
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.559&r2=1.560
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&r1=1.331&r2=1.332
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/winnt.c.diff?cvsroot=gcc&r1=1.41&r2=1.42


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