mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 18:33:04 +00:00
18 lines
678 B
Diff
18 lines
678 B
Diff
--- rpm-5.4.4/tools/debugedit.c.debug_macro~ 2011-12-16 16:14:38.049872549 +0100
|
|
+++ rpm-5.4.4/tools/debugedit.c 2011-12-20 11:51:58.427115549 +0100
|
|
@@ -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 }
|
|
};
|
|
|