This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib 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]

src/newlib ChangeLog libc/include/ieeefp.h lib ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2007-04-26 20:23:37

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: ieeefp.h math.h 
	newlib/libc/include/machine: ieeefp.h 
	newlib/libm/machine/spu: Makefile.am Makefile.in 
Added files:
	newlib/libm/machine/spu: sf_finite.c sf_fpclassify.c sf_isinf.c 
	                         sf_isinff.c sf_isnan.c sf_isnanf.c 
	                         sf_nan.c 

Log message:
	2007-04-26  Patrick Mansfield <patmans@us.ibm.com>
	
	* libc/include/ieeefp.h: use prefixed __ieeefp_ macros that can be
	overridden via machine/ieeefp.h.
	* libc/include/machine/ieeefp.h: Add SPU specific C99 and ieeefp
	macros for isnan and related macros.
	* libc/include/math.h: Allow C99 isfinite, isinf, and isnan to be
	overridden via machine/ieeefp.h.
	* libm/machine/spu/Makefile.am: Add new files.
	* libm/machine/spu/Makefile.in: Autogenerate with new files.
	* libm/machine/spu/sf_fpclassify.c: Add SPU specific __fpclassifyf.
	* libm/machine/spu/sf_finite.c: Add SPU specific finitef.
	* libm/machine/spu/sf_isinf.c: Add SPU specific isinff.
	* libm/machine/spu/sf_isinff.c: Add SPU specific __isinff.
	* libm/machine/spu/sf_isnan.c: Add SPU specific isnanf.
	* libm/machine/spu/sf_isnanf.c: Add SPU specific __isnanf.
	* libm/machine/spu/sf_nan.c: Add SPU specific nanf.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1014&r2=1.1015
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/ieeefp.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/math.h.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/machine/ieeefp.h.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_finite.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_fpclassify.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_isinf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_isinff.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_isnan.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_isnanf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/sf_nan.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libm/machine/spu/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2


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