Doh, its .debug_gdb_scripts, not _script (really fix SuseBug:818502)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Aug 2013 13:34:40 +0000 (16:34 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Aug 2013 13:35:57 +0000 (16:35 +0300)
tools/debugedit.c

index 8dfc36a8543d5244882f1137a36c1a67508f7f3d..5833249ab21a2b11d772d30d3a49fe1fcc05e3a2 100644 (file)
@@ -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_scripts", NULL, NULL, 0, 0, 0 },
     { NULL, NULL, NULL, 0, 0, 0 }
   };
 
This page took 0.066901 seconds and 5 git commands to generate.