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/ia64/ia64.c config/ia ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth at gcc dot gnu dot org	2003-04-16 19:53:13

Modified files:
	gcc            : ChangeLog 
	gcc/config/ia64: ia64.c ia64.h sysv4.h 

Log message:
	* config/ia64/ia64.c (sdata_symbolic_operand): Use
	SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
	(tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
	(function_operand): Use SYMBOL_REF_FUNCTION_P.
	(ia64_expand_load_address): Likewise.
	(ia64_assemble_integer): Likewise.
	(ia64_encode_section_info): Remove.
	(ia64_strip_name_encoding): Remove.
	* config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
	* config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17469&r2=1.17470
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&r1=1.217&r2=1.218
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.h.diff?cvsroot=gcc&r1=1.147&r2=1.148
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/sysv4.h.diff?cvsroot=gcc&r1=1.27&r2=1.28


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