From 263293127306fb521efb7e195c7720ed238cf2cc Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 5 May 2011 20:26:03 -0700 Subject: gcc-4.5.1: update upstream status of patches Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch index 774fcfa2c..21b14ef9f 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch +++ b/meta/recipes-devtools/gcc/gcc-4.5.1/307-locale_facets.patch @@ -1,3 +1,5 @@ +Upstream-Status="Pending" + This patch fixes a bug into ostream::operator<<(double) due to the wrong size passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. -- cgit v1.2.3