]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 8e23e311c03579afcc382d3718d11b75199f2db5..4078440fa31aed676804107ced58a35413f14934 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