Re: [PATCH] Default AVR to DWARF2 debug

2021-09-10 Thread Jeff Law via Gcc-patches
On 9/10/2021 1:13 AM, Richard Biener via Gcc-patches wrote: This switches the AVR port to generate DWARF2 debugging info by default since the support for STABS is going to be deprecated for GCC 12. OK for trunk? Thanks, Richard. 2021-09-10 Richard Biener * config/avr/elf.h (PREF

[PATCH] Default AVR to DWARF2 debug

2021-09-10 Thread Richard Biener via Gcc-patches
This switches the AVR port to generate DWARF2 debugging info by default since the support for STABS is going to be deprecated for GCC 12. OK for trunk? Thanks, Richard. 2021-09-10 Richard Biener * config/avr/elf.h (PREFERRED_DEBUGGING_TYPE): Remove override, pick up DWARF2_DE