diff options
author | Eric Blake <eblake@redhat.com> | 2007-10-13 15:26:20 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2007-10-13 15:26:20 +0000 |
commit | c99e78b85cd8820616cc25e8d45a68b7686e4113 (patch) | |
tree | 3eae13eddca3bc6519ade96769cf454bcfa4d5f3 /newlib/ChangeLog | |
parent | fc7290fd39c59e1b4733520f40f8243ba5b40c95 (diff) | |
download | cygnal-c99e78b85cd8820616cc25e8d45a68b7686e4113.tar.gz cygnal-c99e78b85cd8820616cc25e8d45a68b7686e4113.tar.bz2 cygnal-c99e78b85cd8820616cc25e8d45a68b7686e4113.zip |
* libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]:
Correctly nest else within conditionals.
Reported by Artur Lipowski.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 56c2e40ec..42b47a072 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2007-10-13 Eric Blake <ebb9@byu.net> + + * libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]: + Correctly nest else within conditionals. + Reported by Artur Lipowski. + 2007-10-09 Nick Clifton <nickc@redhat.com> * libc/sys/linux/dl/do-lookup.h (FCT): Support symbols with @@ -341,7 +347,7 @@ * libm/machine/spu/wf_log.c: Ditto. * libm/machine/spu/wf_log10.c: Ditto. * libm/machine/spu/wf_remainder.c: Ditto. - + 2007-09-21 Patrick Mansfield <patmans@us.ibm.com> * libc/machine/spu/sys/uio.h: New file for readv and writev use. |