Re: [cygming] make sure libgcc logic is consistent

2014-07-24 Thread DJ Delorie
> sorry for late reply. Patch is ok. Please apply. Applied. Thanks!

Re: [cygming] make sure libgcc logic is consistent

2014-07-24 Thread Kai Tietz
Hello DJ, sorry for late reply. Patch is ok. Please apply. Thanks, Kai - Original Message - > > This patch changes the logic in "crtbegin" that looks for libgcc.dll > such that the test is only done once, guaranteeing consistent results > between the register and deregister cases. > >

[cygming] make sure libgcc logic is consistent

2014-07-22 Thread DJ Delorie
This patch changes the logic in "crtbegin" that looks for libgcc.dll such that the test is only done once, guaranteeing consistent results between the register and deregister cases. Previously, a crash occurred if the application (directly or indirectly) caused libgcc.dll to load after main() was