Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-14 00:59:40 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-14 00:59:40 +0400
commit48d91b4a379e30b6f34ed16861eb4da4e5795795 (patch)
treeff44a04930fcbc4eed7dcf659d1ae080829a0305 /newlib/ChangeLog
parent9a0da7d70467d3f0659d9281ed5059f3c1d205e7 (diff)
2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Don't allow v specifier with n or L specifiers. For vector c format, move tmp declaration to the top.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4243fb767..0da1e3267 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Don't
+ allow v specifier with n or L specifiers. For vector c format,
+ move tmp declaration to the top.
+
+2002-05-13 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/machine/powerpc/vfprintf.c(__VFPRINTF_R)[__ALTIVEC__]: Restore
the original format specifier when looping for vectors to compensate
for any changes made in vector %g format processing.