public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3474] Default AVR to DWARF2 debug
@ 2021-09-13  9:19 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-09-13  9:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:716e03f9f3d30a4077c487fbb5f558562796217f

commit r12-3474-g716e03f9f3d30a4077c487fbb5f558562796217f
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Sep 10 09:09:53 2021 +0200

    Default AVR to DWARF2 debug
    
    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.
    
    2021-09-10  Richard Biener  <rguenther@suse.de>
    
            * config/avr/elf.h (PREFERRED_DEBUGGING_TYPE): Remove
            override, pick up DWARF2_DEBUG define from elfos.h

Diff:
---
 gcc/config/avr/elf.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/config/avr/elf.h b/gcc/config/avr/elf.h
index 2f0eb0de775..5f2d1e03936 100644
--- a/gcc/config/avr/elf.h
+++ b/gcc/config/avr/elf.h
@@ -22,9 +22,6 @@
 
 #undef PCC_BITFIELD_TYPE_MATTERS
 
-#undef PREFERRED_DEBUGGING_TYPE
-#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
-
 #undef MAX_OFILE_ALIGNMENT
 #define MAX_OFILE_ALIGNMENT (32768 * 8)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-13  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  9:19 [gcc r12-3474] Default AVR to DWARF2 debug Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).