Re: [Cegcc-devel] Structure exception handling

2009-07-05 Thread Pedro Alves
Isn't SEH on x86 CE implemented the same as on x86? That is, isn't it stack based, as oposed to table based, as at least ARM, x64_64 are? If so, then you can implement much more functional SEH on x86 with some nasty macros than on ARM. googling around for gcc seh mingw or wine (desktop mingw, th

Re: [Cegcc-devel] Structure exception handling

2009-06-25 Thread Danny Backx
Depends on what I can use from other distributions. The mingw stuff that Vincent pointed to might be more interesting. Danny On Thu, 2009-06-25 at 11:13 +0200, Denis Charmet wrote: > Hello, > > I saw here >

[Cegcc-devel] Structure exception handling

2009-06-25 Thread Denis Charmet
Hello, I saw here that you had some code to set a default exception handler for ARM but needed a x86 port. Looking at gcc-4.4.0/gcc/config/i386/i386.c, I saw a "i386_dft_handle_exception_handler_at