public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3474] Default AVR to DWARF2 debug
Date: Mon, 13 Sep 2021 09:19:40 +0000 (GMT)	[thread overview]
Message-ID: <20210913091940.D74923858039@sourceware.org> (raw)

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)


                 reply	other threads:[~2021-09-13  9:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210913091940.D74923858039@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).