src/newlib ChangeLog libc/include/inttypes.h l ...

jjohnstn@sourceware.org jjohnstn@sourceware.org
Mon Jan 19 22:02:00 GMT 2009


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2009-01-19 22:02:07

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: inttypes.h stdint.h 

Log message:
	2009-01-19  Neal H. Walfield  <neal@gnu.org>
	
	* libc/include/stdint.h (INT64_C, UINT64_C, INTMAX_C, UINTMAX_C)
	[__have_long64 && __have_longlong64]: Use L and UL, not LL and ULL.
	* libc/include/inttypes.h (__PRI64, __SCN64, __PRIMAX, __SCNMAX,
	__PRIPTR, __SCNPTR) [__have_long64 && __have_longlong64]: Use l,
	not ll.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1257&r2=1.1258
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/inttypes.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdint.h.diff?cvsroot=src&r1=1.12&r2=1.13



More information about the Newlib-cvs mailing list