Michael Schröder
f264ee5436
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=282
12 lines
440 B
Diff
12 lines
440 B
Diff
--- tools/debugedit.c.orig 2013-08-01 13:32:47.885854357 +0000
|
|
+++ tools/debugedit.c 2013-08-01 13:33:37.028854270 +0000
|
|
@@ -270,7 +270,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 }
|
|
};
|
|
|