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 configure configure.host ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2004-05-26 00:19:14

Modified files:
	newlib         : ChangeLog configure configure.host configure.in 
	                 newlib.hin 
	newlib/libc/machine/powerpc: vfprintf.c vfscanf.c 
	newlib/libc/stdio: vfieeefp.h vfprintf.c vfscanf.c 

Log message:
	2004-05-25  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
	
	* newlib.hin: (_WANT_IO_POS_ARGS): New define.
	(_WANT_IO_LONG_LONG): Ditto.
	(_WANT_IO_LONG_DOUBLE): Ditto.
	* configure.in: Add new configuration options
	--enable-newlib-io-long-long and --enable-newlib-io-long-double
	which tie to new defines in newlib.hin.
	* configure: Regenerated.
	* configure.host: Add checks for new configuration options.  Also
	fix up check for --enable-newlib-io-pos-args so configuration
	option will override any default for a given platform.
	Remove defining compiler flags for the _WANT_IO* options.
	* libc/stdio/vfprintf.c: Change to use new newlib.hin defines
	instead of looking for old compiler flags.
	* libc/stdio/vfscanf.c: Ditto.
	* libc/stdio/vfieeefp.h: Ditto.
	* libc/machine/powerpc/vfprintf.c: Ditto.
	* libc/machine/powerpc/vfscanf.c: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.669&r2=1.670
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.58&r2=1.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.in.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/newlib.hin.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/vfprintf.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/powerpc/vfscanf.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfieeefp.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfscanf.c.diff?cvsroot=src&r1=1.21&r2=1.22


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