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 ./ChangeLog ./stor-layout.c doc/tm.texi co ...


CVSROOT:	/cvs/uberbaum
Module name:	gcc
Changes by:	aldyh@gcc.gnu.org	2002-06-15 02:41:14

Modified files:
	.              : ChangeLog stor-layout.c 
	doc            : tm.texi 
	config/ia64    : hpux.h 
	config/c4x     : c4x.h 

Log message:
	2002-06-15  Aldy Hernandez  <aldyh@redhat.com>
	
	* tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
	
	* stor-layout.c (compute_record_mode): Remove check for
	FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
	MEMBER_TYPE_FORCES_BLK.  Pass new mode field to
	MEMBER_TYPE_FORCES_BLK.
	
	* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
	
	* config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14594&r2=1.14595
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/stor-layout.c.diff?cvsroot=gcc&r1=1.125&r2=1.126
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.139&r2=1.140
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/ia64/hpux.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/config/c4x/c4x.h.diff?cvsroot=gcc&r1=1.107&r2=1.108


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