Teach debugedit about .debug_gdb_script section (SuseBug:818502)
This commit is contained in:
parent
ff1d726911
commit
b0c850385c
@ -226,6 +226,7 @@ static struct
|
||||
#define DEBUG_RANGES 10
|
||||
#define DEBUG_TYPES 11
|
||||
#define DEBUG_MACRO 12
|
||||
#define DEBUG_GDB_SCRIPT 13
|
||||
{ ".debug_info", NULL, NULL, 0, 0, 0 },
|
||||
{ ".debug_abbrev", NULL, NULL, 0, 0, 0 },
|
||||
{ ".debug_line", NULL, NULL, 0, 0, 0 },
|
||||
@ -239,6 +240,7 @@ static struct
|
||||
{ ".debug_ranges", NULL, NULL, 0, 0, 0 },
|
||||
{ ".debug_types", NULL, NULL, 0, 0, 0 },
|
||||
{ ".debug_macro", NULL, NULL, 0, 0, 0 },
|
||||
{ ".debug_gdb_script", NULL, NULL, 0, 0, 0 },
|
||||
{ NULL, NULL, NULL, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user