]> git.ipfire.org Git - pakfire.git/commitdiff
debugedit: Recognize .debug_macro section.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 17:20:11 +0000 (18:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 17:20:11 +0000 (18:20 +0100)
tools/debugedit.c

index 320d8e170c93cd00f96345c4a78088114801e43e..2805a240e4643e6e7eddb523f573e70fa4e1c1e6 100644 (file)
@@ -251,6 +251,7 @@ static struct
 #define DEBUG_FRAME    9
 #define DEBUG_RANGES   10
 #define DEBUG_TYPES    11
+#define DEBUG_MACRO    12
     { ".debug_info", NULL, NULL, 0, 0, 0 },
     { ".debug_abbrev", NULL, NULL, 0, 0, 0 },
     { ".debug_line", NULL, NULL, 0, 0, 0 },
@@ -263,6 +264,7 @@ static struct
     { ".debug_frame", NULL, NULL, 0, 0, 0 },
     { ".debug_ranges", NULL, NULL, 0, 0, 0 },
     { ".debug_types", NULL, NULL, 0, 0, 0 },
+    { ".debug_macro", NULL, NULL, 0, 0, 0 },
     { NULL, NULL, NULL, 0, 0, 0 }
   };