From fc45119fd6d4065cdd185a6e8f46dfdc62e53488 Mon Sep 17 00:00:00 2001 From: matteo Date: Wed, 21 May 2008 11:51:22 +0000 Subject: refresh gcc-4.2.3 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11232 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/patches/4.2.3/307-locale_facets.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'toolchain/gcc/patches/4.2.3/307-locale_facets.patch') diff --git a/toolchain/gcc/patches/4.2.3/307-locale_facets.patch b/toolchain/gcc/patches/4.2.3/307-locale_facets.patch index 412f8657dc..bddd28e7ba 100644 --- a/toolchain/gcc/patches/4.2.3/307-locale_facets.patch +++ b/toolchain/gcc/patches/4.2.3/307-locale_facets.patch @@ -4,9 +4,11 @@ std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso ---- gcc-4.2.1/libstdc++-v3/include/bits/locale_facets.tcc 2006-10-17 18:43:47.000000000 +0200 -+++ gcc-4.2.1-st/libstdc++-v3/include/bits/locale_facets.tcc 2007-08-22 18:54:23.000000000 +0200 -@@ -1143,7 +1143,7 @@ _GLIBCXX_BEGIN_LDBL_NAMESPACE +Index: gcc-4.2.3/libstdc++-v3/include/bits/locale_facets.tcc +=================================================================== +--- gcc-4.2.3.orig/libstdc++-v3/include/bits/locale_facets.tcc 2008-01-05 12:04:43.000000000 +0100 ++++ gcc-4.2.3/libstdc++-v3/include/bits/locale_facets.tcc 2008-05-21 13:45:51.877288338 +0200 +@@ -1145,7 +1145,7 @@ const int __cs_size = __fixed ? __max_exp + __prec + 4 : __max_digits * 2 + __prec; char* __cs = static_cast(__builtin_alloca(__cs_size)); @@ -15,7 +17,7 @@ Signed-off-by: Carmelo Amoroso __prec, __v); #endif -@@ -1777,7 +1777,7 @@ _GLIBCXX_BEGIN_LDBL_NAMESPACE +@@ -1779,7 +1779,7 @@ // max_exponent10 + 1 for the integer part, + 2 for sign and '\0'. const int __cs_size = numeric_limits::max_exponent10 + 3; char* __cs = static_cast(__builtin_alloca(__cs_size)); -- cgit v1.2.3