blob: 4b79fe736dfcff2f7813b589d41e1febf35930aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- debugedit.c.orig 2010-05-21 16:26:13.000000000 +0800
+++ debugedit.c 2010-05-21 01:44:08.000000000 +0800
@@ -1596,6 +1596,7 @@
switch (dso->shdr[i].sh_type)
{
case SHT_PROGBITS:
+ case SHT_MIPS_DWARF:
name = strptr (dso, dso->ehdr.e_shstrndx, dso->shdr[i].sh_name);
/* TODO: Handle stabs */
#if 0
|