Teach debugedit about .debug_gdb_script section (SuseBug:818502)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Jun 2013 12:40:47 +0000 (15:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 20 Jun 2013 07:26:29 +0000 (10:26 +0300)
(cherry picked from commit b9ce1c4d7afdef15b543850936bbef5874393c0c)

tools/debugedit.c

index 117e18d..8dfc36a 100644 (file)
@@ -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 }
   };