aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-05-26 00:19:14 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-05-26 00:19:14 +0000
commit227e6ef6c377fb56e871282d3afa2b2454d0e861 (patch)
treeb02327b5118a24892774800c990b80998c26c16e /newlib/ChangeLog
parent9178da9597c5c47a9591c44006f42218a351fa8c (diff)
downloadnewlib-227e6ef6c377fb56e871282d3afa2b2454d0e861.zip
newlib-227e6ef6c377fb56e871282d3afa2b2454d0e861.tar.gz
newlib-227e6ef6c377fb56e871282d3afa2b2454d0e861.tar.bz2
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d8269c7..58b354c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,23 @@
+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.
+
2004-05-25 Jeff Johnston <jjohnstn@redhat.com>
* testsuite/include/check.h: Add include of <stdio.h>.