projects
/
debugedit.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d44c14d
)
Doh, its .debug_gdb_scripts, not _script (really fix SuseBug:818502)
author
Panu Matilainen <pmatilai@redhat.com>
Thu, 1 Aug 2013 13:34:40 +0000
(16:34 +0300)
committer
Panu Matilainen <pmatilai@redhat.com>
Thu, 1 Aug 2013 13:35:57 +0000
(16:35 +0300)
tools/debugedit.c
patch
|
blob
|
history
diff --git
a/tools/debugedit.c
b/tools/debugedit.c
index 8dfc36a8543d5244882f1137a36c1a67508f7f3d..5833249ab21a2b11d772d30d3a49fe1fcc05e3a2 100644
(file)
--- a/
tools/debugedit.c
+++ b/
tools/debugedit.c
@@
-240,7
+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 },
+ { ".debug_gdb_script
s
", NULL, NULL, 0, 0, 0 },
{ NULL, NULL, NULL, 0, 0, 0 }
};
This page took
0.066901 seconds
and
5
git commands to generate.