Re: [patch] Fix PR target/67172

2016-04-04 Thread Eric Botcazou
> That's t-cygming, not t-cygwin, right? Right, sorry about that. > So, I think this is ok. Thanks! -- Eric Botcazou

Re: [patch] Fix PR target/67172

2016-04-04 Thread Bernd Schmidt
On 04/04/2016 09:39 AM, Eric Botcazou wrote: The audit trail of the PR is quite confused: __LIBGCC_EH_FRAME_SECTION_NAME__ needs to be (and is correctly) defined during the libgcc build because DWARF2 exceptions are used. The problem is that libgcc2.c expects the usual non-ELF setup, with __EH_F

[patch] Fix PR target/67172

2016-04-04 Thread Eric Botcazou
Hi, this is the bootstrap failure on MinGW configured w/ --disable-sjlj-exceptions --with-dwarf2, a regression present on the mainline and 5 branch. The problem is the undefined symbol __EH_FRAME_BEGIN__ coming from libgcc2.c, which prevents libgcc_s.dll from being linked. The audit trail of