Re: [PATCH] Always default to DWARF2 debug for cygwin and mingw

2021-09-10 Thread Jeff Law via Gcc-patches
On 9/10/2021 12:38 AM, Richard Biener via Gcc-patches wrote: This removes the fallback to STABS as default for cygwin and mingw when the assembler does not support .secrel32 and the default is to emit 32bit code. Support for .secrel32 was added to binutils 2.16 released in 2005 so instead doc

[PATCH] Always default to DWARF2 debug for cygwin and mingw

2021-09-09 Thread Richard Biener via Gcc-patches
This removes the fallback to STABS as default for cygwin and mingw when the assembler does not support .secrel32 and the default is to emit 32bit code. Support for .secrel32 was added to binutils 2.16 released in 2005 so instead document that as requirement. I left the now unused check for .secre