Fix building the RX port of gcc.
authorNick Clifton <nickc@redhat.com>
Tue, 9 Mar 2021 15:29:23 +0000 (15:29 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Mar 2021 15:29:23 +0000 (15:29 +0000)
* config/rx/rx.h (DBX_DEBUGGING_INFO): Define.
(DWARF"_DEBUGGING_INFO): Define.

gcc/config/rx/rx.h

index 8e23e31..4078440 100644 (file)
@@ -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
 \f