public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/stabs-removal-v3)] pdp11: no debugging info
@ 2022-09-01  8:01 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-09-01  8:01 UTC (permalink / raw)
  To: gcc-cvs

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/marxin/heads/stabs-removal-v3)] pdp11: no debugging info
@ 2022-08-31  9:29 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-08-31  9:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:83af292026a71c4eecf5e4797afb2c6dbc4ee160

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

    pdp11: no debugging info

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

diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h
index 1fa52e8c754..e9c97c06534 100644
--- a/gcc/config/pdp11/pdp11.h
+++ b/gcc/config/pdp11/pdp11.h
@@ -51,6 +51,11 @@ along with GCC; see the file COPYING3.  If not see
 
 
 /* Generate DBX debugging information.  */
+
+
+#undef PREFERRED_DEBUGGING_TYPE
+#define PREFERRED_DEBUGGING_TYPE NO_DEBUG
+
 #define TARGET_40_PLUS		(TARGET_40 || TARGET_45)
 #define TARGET_10		(! TARGET_40_PLUS)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-01  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  8:01 [gcc(refs/users/marxin/heads/stabs-removal-v3)] pdp11: no debugging info Martin Liska
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31  9:29 Martin Liska

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).