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/stormy16/stormy16-pro ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nickc@gcc.gnu.org	2005-08-06 13:50:43

Modified files:
	gcc            : ChangeLog 
	gcc/config/stormy16: stormy16-protos.h stormy16.c stormy16.h 

Log message:
	config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
	(ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
	config/stormy16/stormy16.c (xstormy16_below100_symbol): Check symbol flags
	instead of symbol name mangling.
	(xstormy16_asm_output_aligned_common): Likewise.  Also simplify code since
	the bss100_section cass is the only case where the below100 code will be
	triggered.
	(xstormy16_encode_section_info): Encode below100 attribute using the
	SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling the name.
	(xstormy16_strip_name_encoding): Delete - this function is no longer needed.
	(TARGET_STRIP_NAME_ENCODING): Undefine.
	config/stormy16/stormy16-protos.h: Delete prototype for
	xstormy16_strip_name_encoding.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9669&r2=2.9670
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/stormy16/stormy16-protos.h.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/stormy16/stormy16.c.diff?cvsroot=gcc&r1=1.81&r2=1.82
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/stormy16/stormy16.h.diff?cvsroot=gcc&r1=1.99&r2=1.100


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