[MIPS] Use generic DWARF_DEBUG
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Wed, 10 May 2006 06:36:04 +0000 (15:36 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 31 May 2006 23:28:32 +0000 (00:28 +0100)
When debugging a kernel compiled by gcc 4.1 with gdb 6.4, gdb could
not show filename, linenumber, etc.  It seems fixed if I used generic
DWARF_DEBUG macro.  Although gcc 3.x seems work without this change,
it would be better to use the generic macro unless there were
something MIPS specific.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found