(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
From-SVN: r92185
This commit is contained in:
parent
fe4c6b8feb
commit
2594119414
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* config/mips/mips.c (mips_arg_info): Use FUNCTION_ARG_BOUNDARY to
|
||||
|
|
|
@ -1696,9 +1696,9 @@ extern char m32r_punct_chars[256];
|
|||
#define DBX_DEBUGGING_INFO 1
|
||||
#define DWARF2_DEBUGGING_INFO 1
|
||||
|
||||
/* Prefer STABS (for now). */
|
||||
/* Use DWARF2 debugging info by default. */
|
||||
#undef PREFERRED_DEBUGGING_TYPE
|
||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
|
||||
|
||||
/* Turn off splitting of long stabs. */
|
||||
#define DBX_CONTIN_LENGTH 0
|
||||
|
|
Loading…
Add table
Reference in a new issue