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.dfp config/dfp-bit.h config/ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	janis@gcc.gnu.org	2005-08-11 21:45:20

Modified files:
	gcc            : ChangeLog.dfp 
	gcc/config     : dfp-bit.h dfp-bit.c 

Log message:
	* config/dfp-bit.h (TO_ENCODED_TO): Replace redefinition of TO_ENCODED
	for DFP to DFP convertions.
	(CAST_FOR_FMT): New.
	(BPF macros): Don't define for XF mode if target does not support it.
	(DFP_TO_BFP, BFP_TO_DFP): Skip prototypes for XF mode if target
	does not support it.
	* config/dfp-bit.c (DFP_TO_DFP): Use TO_ENCODED_TO.
	(INT_TO_DFP): Use CAST_FOR_FMT.
	(DFP_TO_BFP, BFP_TO_DFP): Skip definitions for XF mode if target
	does not support it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.95&r2=1.1.2.96
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/dfp-bit.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.15&r2=1.1.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/dfp-bit.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.13&r2=1.1.2.14


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