diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-21 11:51:22 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-21 11:51:22 +0000 |
commit | 4a78320c111aea411e1a2add09941796547793fc (patch) | |
tree | c8c185b38a4cde5f93ab3173be429438b1af33e3 /toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch | |
parent | f027ecb2cf9b1a1c6cab6f5e4a9d99c49bced63c (diff) | |
download | upstream-4a78320c111aea411e1a2add09941796547793fc.tar.gz upstream-4a78320c111aea411e1a2add09941796547793fc.tar.bz2 upstream-4a78320c111aea411e1a2add09941796547793fc.zip |
refresh gcc-4.2.3 patches
SVN-Revision: 11232
Diffstat (limited to 'toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch')
-rw-r--r-- | toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch b/toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch index 160ab35bb3..cba8d9a7b4 100644 --- a/toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch +++ b/toolchain/gcc/patches/4.2.3/204-uclibc-locale-wchar_fix.patch @@ -1,5 +1,7 @@ ---- gcc/libstdc++-v3/config/locale/uclibc/monetary_members.cc.uclibc200_wchar~ 2006-03-10 15:32:37 +0100 -+++ gcc/libstdc++-v3/config/locale/uclibc/monetary_members.cc 2006-03-10 15:37:27 +0100 +Index: gcc-4.2.3/libstdc++-v3/config/locale/uclibc/monetary_members.cc +=================================================================== +--- gcc-4.2.3.orig/libstdc++-v3/config/locale/uclibc/monetary_members.cc 2008-05-21 13:45:45.257288137 +0200 ++++ gcc-4.2.3/libstdc++-v3/config/locale/uclibc/monetary_members.cc 2008-05-21 13:45:46.105290284 +0200 @@ -401,7 +401,7 @@ # ifdef __UCLIBC_HAS_XLOCALE__ _M_data->_M_decimal_point = __cloc->decimal_point_wc; @@ -18,8 +20,10 @@ _M_data->_M_decimal_point = __global_locale->decimal_point_wc; _M_data->_M_thousands_sep = __global_locale->thousands_sep_wc; # endif ---- gcc/libstdc++-v3/config/locale/uclibc/numeric_members.cc.uclibc200_wchar~ 2006-03-10 15:32:37 +0100 -+++ gcc/libstdc++-v3/config/locale/uclibc/numeric_members.cc 2006-03-10 15:37:27 +0100 +Index: gcc-4.2.3/libstdc++-v3/config/locale/uclibc/numeric_members.cc +=================================================================== +--- gcc-4.2.3.orig/libstdc++-v3/config/locale/uclibc/numeric_members.cc 2008-05-21 13:45:45.257288137 +0200 ++++ gcc-4.2.3/libstdc++-v3/config/locale/uclibc/numeric_members.cc 2008-05-21 13:45:46.105290284 +0200 @@ -127,12 +127,25 @@ { // Named locale. |