[Mingw-w64-public] DWARF debug info in SEH builds

2013-03-24 Thread Zouzou
Hi, When building a program with GCC 4.8 x64 with SEH, the debug info in that program is still in the DWARF format. This can be evidenced by noticing that "odjdump -h prog.exe" does list regular DWARF sections (.debug_*); I have also checked that the info is correct with a DWARF reader. It wo

Re: [Mingw-w64-public] New Rubenvb GC 4.8.0 Personal build

2013-03-24 Thread Zouzou
On 23/03/2013 17:49, Ruben Van Boxem wrote: > ... Hi, Thanks a lot for this quick release. If I may be pedantic, the -dw2 one should no longer be -dw2 but -dw4, as GCC has now switched to generating DWARF 4 debug info by default (not sure that change applies to exception handling though). Als

Re: [Mingw-w64-public] File format is ambiguous (Matching formats: coff-x86-64 pe-x86-64)

2013-03-24 Thread Dongsheng Song
[BAD] ${BINUTILS_SRC_ROOT}/configure --prefix=${SYS_ROOT} --with-sysroot=${SYS_ROOT} \ --target=i686-w64-mingw32 --enable-targets=all --disable-nls [GOOD] ${BINUTILS_SRC_ROOT}/configure --prefix=${SYS_ROOT} --with-sysroot=${SYS_ROOT} \ --target=x86_64-w64-mingw32 --enable-targets=all --dis

[Mingw-w64-public] File format is ambiguous (Matching formats: coff-x86-64 pe-x86-64)

2013-03-24 Thread Dongsheng Song
It seems that like this old thread revived: http://www.sourceware.org/ml/binutils/2007-07/msg00469.html binutils clone from git://sourceware.org/git/binutils.git, version is: binutils$ git log -3 commit 69fdfc0c99d106a4a49c45185c654c4b6ba72371 Author: Alan Modra Date: Sat Mar 23 23:00:04 2013