public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7581] Fix building the RX port of gcc.
@ 2021-03-09 15:29 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2021-03-09 15:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:01d0ba06f717bc27b9a05682e3986e8f20aa7050

commit r11-7581-g01d0ba06f717bc27b9a05682e3986e8f20aa7050
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Mar 9 15:29:23 2021 +0000

    Fix building the RX port of gcc.
    
            * config/rx/rx.h (DBX_DEBUGGING_INFO): Define.
            (DWARF"_DEBUGGING_INFO): Define.

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

diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h
index 8e23e311c03..4078440fa31 100644
--- a/gcc/config/rx/rx.h
+++ b/gcc/config/rx/rx.h
@@ -629,6 +629,9 @@ typedef unsigned int CUMULATIVE_ARGS;
 #define PREFERRED_DEBUGGING_TYPE (TARGET_AS100_SYNTAX \
 				  ? DBX_DEBUG : DWARF2_DEBUG)
 
+#define DBX_DEBUGGING_INFO 1
+#define DWARF2_DEBUGGING_INFO 1
+
 #define INCOMING_FRAME_SP_OFFSET		4
 #define ARG_POINTER_CFA_OFFSET(FNDECL)		4


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

only message in thread, other threads:[~2021-03-09 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 15:29 [gcc r11-7581] Fix building the RX port of gcc Nick Clifton

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