public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Olivier Hainque <hainque@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3146] Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7
Date: Fri,  7 Oct 2022 06:58:40 +0000 (GMT)	[thread overview]
Message-ID: <20221007065840.081A7385355B@sourceware.org> (raw)

https://gcc.gnu.org/g:b6ab375cbd07f71edb481358c3bcf5916df9aadf

commit r13-3146-gb6ab375cbd07f71edb481358c3bcf5916df9aadf
Author: Olivier Hainque <hainque@adacore.com>
Date:   Thu Mar 3 16:58:51 2022 +0000

    Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7
    
    Using 4 as the DWARF_VERSION_DEFAULT value for VxWorks observably
    still hangs recent system debuggers on tbreak for some contructs,
    and downgrading to 3 improves the situation.
    
    2022-03-06  Olivier Hainque  <hainque@adacore.com>
    
    gcc/
            * config/vxworks.h (DWARF_VERSION_DEFAULT): Adjust from
            4 to 3 for VxWorks >= 7.

Diff:
---
 gcc/config/vxworks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h
index d6ac83b2bd2..075a45109e8 100644
--- a/gcc/config/vxworks.h
+++ b/gcc/config/vxworks.h
@@ -380,7 +380,7 @@ extern void vxworks_emit_call_builtin___clear_cache (rtx begin, rtx end);
    with VxWorks.  */
 
 #undef DWARF_VERSION_DEFAULT
-#define DWARF_VERSION_DEFAULT (TARGET_VXWORKS7 ? 4 : 2)
+#define DWARF_VERSION_DEFAULT (TARGET_VXWORKS7 ? 3 : 2)
 
 #undef DWARF_GNAT_ENCODINGS_DEFAULT
 #define DWARF_GNAT_ENCODINGS_DEFAULT \

                 reply	other threads:[~2022-10-07  6:58 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=20221007065840.081A7385355B@sourceware.org \
    --to=hainque@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).