9397858973
stabs debugedit dont fail too hard OBS-URL: https://build.opensuse.org/request/show/79663 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=142
12 lines
369 B
Diff
12 lines
369 B
Diff
--- tools/debugedit.c.stabs 2011-07-29 14:32:45.000000000 +0200
|
|
+++ tools/debugedit.c 2011-07-29 14:32:50.000000000 +0200
|
|
@@ -1657,7 +1657,7 @@
|
|
if (strcmp (name, ".stab") == 0)
|
|
{
|
|
fprintf (stderr, "Stabs debuginfo not supported: %s\n", file);
|
|
- exit (1);
|
|
+ break;
|
|
}
|
|
if (strcmp (name, ".debug_info") == 0)
|
|
edit_dwarf2 (dso);
|