gcc/gcc ChangeLog fold-const.c langhooks.c lan ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sun Jan 23 01:49:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-01-23 01:49:35

Modified files:
	gcc            : ChangeLog fold-const.c langhooks.c langhooks.h 
	                 langhooks-def.h 

Log message:
	* fold-const.c (fold_truthop): Don't use can_use_bit_fields_p.
	(fold): Likewise.
	* langhooks.c (lhd_can_use_bit_fields_p): Removed.
	* langhooks.h (struct lang_hooks) <can_use_bit_fields_p>:
	Removed.
	* langhooks-def.h (lhd_can_use_bit_fields_p): Removed
	declaration.
	(LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
	(LANG_HOOKS_INITIALIZER): Don't mention
	LANG_HOOKS_CAN_USE_BIT_FIELDS_P.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=2.7105&r2=2.7105.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.492&r2=1.492.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.c.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.79&r2=1.79.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.102&r2=1.102.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.94&r2=1.94.10.1



More information about the Gcc-cvs mailing list