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 decimal32.c decimal64.c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	janis@gcc.gnu.org	2005-10-03 21:24:47

Modified files:
	gcc            : ChangeLog.dfp decimal32.c decimal64.c 
	                 decimal128.c Makefile.in mklibgcc.in 
Added files:
	gcc            : decUtility.h decUtility.c 

Log message:
	* decUtility.c: New file.
	* decUtility.h: New file.
	* decimal32.c: Use it.
	* decimal64.c (decDensePackCoeff, decDenseUnpackCoeff): Move to
	new file, include new header file.
	* decimal128.c: Use it.
	* Makefile.in: Depend on new header file, build new file.
	* mklibgcc.in: Build new file.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decUtility.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decUtility.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.126&r2=1.1.2.127
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decimal32.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decimal64.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/decimal128.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1446.2.21&r2=1.1446.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/mklibgcc.in.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.81.2.10&r2=1.81.2.11


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