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 Makefile.in decUtility.h ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	bje@gcc.gnu.org	2005-10-04 12:18:20

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

Log message:
	* Makefile.in (D32PBIT_FUNCS): Add _conv_sd.
	(D64PBIT_FUNCS): Likewise, add _conv_dd.
	(D128PBIT_FUNCS): Likewise, add _conv_td.
	* decUtility.h (__ieee_byte_order): Prototype.
	* decUtility.c (__ieee_byte_order): Implement.
	* dfp.c (encode_decimal32): Put word(s) into IEEE byte order.
	(encode_decimal64): Likewise.
	(encode_decimal128): Likewise.
	* config/dfp-bit.h (HOST_TO_IEEE): Define for various widths.
	(IEEE_TO_HOST): Likewise.
	(IEEE_TO_HOST_TO): Likewise.
	* config/dfp-bit.c (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Define.
	(dfp_unary_op): Swap words to/from IEEE byte order when invoking
	decNumber routines.
	(dfp_binary_op, dfp_compare_op): Likewise.
	(__host_to_ieee_32): New.
	(__ieee_to_host_32): Likewise.
	(__swap64): Likewise.
	(__host_to_ieee_64): New.
	(__ieee_to_host_64): Likewise.
	(__swap128): Likewise.
	(__host_to_ieee_128): New.
	(__ieee_to_host_128): Likewise.
	(DFP_TO_DFP): Swap words to/from IEEE byte order when invoking
	decNumber routines.
	(DFP_TO_INT, INT_TO_DFP, DFP_TO_BFP, BFP_TO_DFP: Likewise.
	(DFP_UNORD): Likewise.

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.128&r2=1.1.2.129
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1446.2.22&r2=1.1446.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decUtility.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decUtility.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dfp.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.14&r2=1.1.2.15
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.25&r2=1.1.2.26
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.20&r2=1.1.2.21


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