Fix building the RX port of gcc.
* config/rx/rx.h (DBX_DEBUGGING_INFO): Define. (DWARF"_DEBUGGING_INFO): Define.
This commit is contained in:
parent
9f05c276ce
commit
01d0ba06f7
@ -629,6 +629,9 @@ typedef unsigned int CUMULATIVE_ARGS;
|
|||||||
#define PREFERRED_DEBUGGING_TYPE (TARGET_AS100_SYNTAX \
|
#define PREFERRED_DEBUGGING_TYPE (TARGET_AS100_SYNTAX \
|
||||||
? DBX_DEBUG : DWARF2_DEBUG)
|
? DBX_DEBUG : DWARF2_DEBUG)
|
||||||
|
|
||||||
|
#define DBX_DEBUGGING_INFO 1
|
||||||
|
#define DWARF2_DEBUGGING_INFO 1
|
||||||
|
|
||||||
#define INCOMING_FRAME_SP_OFFSET 4
|
#define INCOMING_FRAME_SP_OFFSET 4
|
||||||
#define ARG_POINTER_CFA_OFFSET(FNDECL) 4
|
#define ARG_POINTER_CFA_OFFSET(FNDECL) 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user