This is the mail archive of the newlib-cvs@sources.redhat.com 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/machine/powerpc/fix6 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-09-09 22:53:27

Modified files:
	newlib         : ChangeLog 
	newlib/libc/machine/powerpc: fix64.h simdldtoa.c strtosfix64.c 
	                             strtoufix32.c strtoufix64.c 

Log message:
	2003-09-09  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/machine/powerpc/fix64.h: Fix typo for _simdldcheck
	prototype.
	* libc/machine/powerpc/simdldtoa.c: Remove prototype for
	_simdldcheck().  Also add unsigned cast for index variable in
	for loop using sizeof operators.
	* libc/machine/powerpc/strtoufix32.c: Remove unused variable.
	* libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
	* libc/machine/powerpc/strtoufix64.c (_strtoufix64_r): Ditto
	plus fix shift calculation for determining if there is a
	carry from word2.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.582&r2=1.583
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/fix64.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/simdldtoa.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/strtosfix64.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/strtoufix32.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/strtoufix64.c.diff?cvsroot=src&r1=1.2&r2=1.3


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