Commit 25941194 by Kazuhiro Inaoka Committed by Nick Clifton

(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.

From-SVN: r92185
parent fe4c6b8f
2004-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@reneasas.com>
* config/m32r/m32r.h (PREFERRED_DEBUGGING_TYPE):
Use DWARF2_DEBUG.
2004-12-15 Richard Sandiford <rsandifo@redhat.com> 2004-12-15 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to * config/mips/mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to
......
...@@ -1696,9 +1696,9 @@ extern char m32r_punct_chars[256]; ...@@ -1696,9 +1696,9 @@ extern char m32r_punct_chars[256];
#define DBX_DEBUGGING_INFO 1 #define DBX_DEBUGGING_INFO 1
#define DWARF2_DEBUGGING_INFO 1 #define DWARF2_DEBUGGING_INFO 1
/* Prefer STABS (for now). */ /* Use DWARF2 debugging info by default. */
#undef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
/* Turn off splitting of long stabs. */ /* Turn off splitting of long stabs. */
#define DBX_CONTIN_LENGTH 0 #define DBX_CONTIN_LENGTH 0
......
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