summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-12-02 12:11:05 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-12-02 12:11:48 +0200
commit7c463c32fc5e1893369e6d883c157d58d16872f7 (patch)
treeff064847748d337d3b6fafecbcd425f161b95150 /tools
parent9108129a3ddf711253ee97f89ebe62de79bbd2a0 (diff)
downloadrpm-7c463c32fc5e1893369e6d883c157d58d16872f7.tar.gz
rpm-7c463c32fc5e1893369e6d883c157d58d16872f7.tar.bz2
rpm-7c463c32fc5e1893369e6d883c157d58d16872f7.zip
Teach debugedit about .debug_macro dwarf section (RhBug:759272)
Diffstat (limited to 'tools')
-rw-r--r--tools/debugedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/debugedit.c b/tools/debugedit.c
index 89d0428e6..65839f2e5 100644
--- a/tools/debugedit.c
+++ b/tools/debugedit.c
@@ -225,6 +225,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 },
@@ -237,6 +238,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 }
};