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 document that as requirement. I left the now unused check for .secrel32 in configure around in case somebody wants to turn that into an error or warning. OK for trunk? As before I have no good means to test this but it should change nothing for people using binutils 2.16+ 2021-09-10 Richard Biener <rguent...@suse.de> * config/i386/cygming.h: Always default to DWARF2 debugging. Do not define DBX_DEBUGGING_INFO, that's done via dbxcoff.h already. * doc/install.texi: Document binutils 2.16 as minimum requirement for mingw.
OK. jeff