[Cegcc-devel] [PATCH] Add support for _wopen in libmingwex

2009-07-24 Thread Martin Storsjö
Hi, The attached patch adds support for the _wopen function in libmingwex. The old static function vopen in mingwex/wince/open.c is split into vwopen, taking a wchar_t string as a parameter, used by the new _wopen wrapper, and a smaller function vopen that does the charset conversion and passes

[Cegcc-devel] ARM: very good news

2009-07-24 Thread Danny Backx
I think I finally figured out the problem with floating point in the ARM gcc-4.4.0 tree. The summary of the fix : there are several source files for floating point support. gcc/config/arm/lib1func.asm (and ieee754-??.S) were used in the gcc-4.1 tree. Somehow we lost that (I suspect an incomplete p

Re: [Cegcc-devel] ARM: very good news

2009-07-24 Thread Johnny Willemsen
Hi, This is great news. So the next major issue to tackle is the ostream issue with x86. Johnny > I think I finally figured out the problem with floating point in the > ARM > gcc-4.4.0 tree. > > The summary of the fix : there are several source files for floating > point support. gcc/config/arm

Re: [Cegcc-devel] ARM: very good news

2009-07-24 Thread Danny Backx
On Sat, 2009-07-25 at 07:14 +0200, Johnny Willemsen wrote: > This is great news. So the next major issue to tackle is the ostream issue > with x86. > > Johnny Yes, that's the next high priority issue. Then only lower priority issues are left : - fix the arm-cegcc build - feed the rest of the gdb

Re: [Cegcc-devel] [PATCH] Add support for _wopen in libmingwex

2009-07-24 Thread Danny Backx
On Fri, 2009-07-24 at 16:10 +0300, Martin Storsjö wrote: > The attached patch adds support for the _wopen function in libmingwex. The > old static function vopen in mingwex/wince/open.c is split into vwopen, > taking a wchar_t string as a parameter, used by the new _wopen wrapper, > and a smalle