Commit 89f355bd by Golubev I. N Committed by Richard Henderson

* config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.

From-SVN: r44447
parent 391522e3
2001-07-28 Golubev I. N. <gin@mo.msk.ru>
* config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
2001-07-28 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
......
......@@ -536,11 +536,13 @@ do { \
#define DBX_REGISTER_NUMBER(n) \
((TARGET_ELF) ? svr4_dbx_register_map[n] : dbx_register_map[n])
#undef DWARF2_DEBUGGING_INFO
#undef DWARF_DEBUGGING_INFO
#undef SDB_DEBUGGING_INFO
#undef DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#define DWARF2_DEBUGGING_INFO 1
#define DWARF_DEBUGGING_INFO 1
#define SDB_DEBUGGING_INFO 1
#define DBX_DEBUGGING_INFO 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment