public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/marxin/heads/stabs-removal-v3)] pdp11: no debugging info
Date: Thu,  1 Sep 2022 08:01:13 +0000 (GMT)	[thread overview]
Message-ID: <20220901080113.A40C6382DB04@sourceware.org> (raw)

https://gcc.gnu.org/g:3d383c32e64c578a2d6c2daf122489bac25f1045

commit 3d383c32e64c578a2d6c2daf122489bac25f1045
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Aug 26 14:49:26 2022 +0200

    pdp11: no debugging info
    
    gcc/ChangeLog:
    
            * config/pdp11/pdp11.h (PREFERRED_DEBUGGING_TYPE): Disable
            debugging format.

Diff:
---
 gcc/config/pdp11/pdp11.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h
index 55e0625e6ea..d783b36b652 100644
--- a/gcc/config/pdp11/pdp11.h
+++ b/gcc/config/pdp11/pdp11.h
@@ -49,8 +49,9 @@ along with GCC; see the file COPYING3.  If not see
     }						\
   while (0)
 
+#undef PREFERRED_DEBUGGING_TYPE
+#define PREFERRED_DEBUGGING_TYPE NO_DEBUG
 
-/* Generate debugger debugging information.  */
 #define TARGET_40_PLUS		(TARGET_40 || TARGET_45)
 #define TARGET_10		(! TARGET_40_PLUS)

             reply	other threads:[~2022-09-01  8:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  8:01 Martin Liska [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31  9:29 Martin Liska

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=20220901080113.A40C6382DB04@sourceware.org \
    --to=marxin@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).