projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d6aec
)
Teach debugedit about .debug_gdb_script section (SuseBug:818502)
author
Panu Matilainen
<pmatilai@redhat.com>
Mon, 17 Jun 2013 12:40:47 +0000
(15:40 +0300)
committer
Panu Matilainen
<pmatilai@redhat.com>
Thu, 20 Jun 2013 07:26:29 +0000
(10:26 +0300)
(cherry picked from commit
b9ce1c4d7afdef15b543850936bbef5874393c0c
)
tools/debugedit.c
patch
|
blob
|
history
diff --git
a/tools/debugedit.c
b/tools/debugedit.c
index
117e18d
..
8dfc36a
100644
(file)
--- a/
tools/debugedit.c
+++ b/
tools/debugedit.c
@@
-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 }
};