teknoraver / rpms / rpm

Forked from rpms/rpm 4 months ago
Clone

Blame rpm-4.9.x-debugedit-stabs-warn.patch

Panu Matilainen 21c63d
diff --git a/tools/debugedit.c b/tools/debugedit.c
Panu Matilainen 21c63d
index 89d0428..dc424d3 100644
Panu Matilainen 21c63d
--- a/tools/debugedit.c
Panu Matilainen 21c63d
+++ b/tools/debugedit.c
Panu Matilainen 21c63d
@@ -1586,7 +1586,7 @@ main (int argc, char *argv[])
Panu Matilainen 21c63d
 	  if (strcmp (name, ".stab") == 0)
Panu Matilainen 21c63d
 	    {
Panu Matilainen 21c63d
 	      fprintf (stderr, "Stabs debuginfo not supported: %s\n", file);
Panu Matilainen 21c63d
-	      exit (1);
Panu Matilainen 21c63d
+	      break;
Panu Matilainen 21c63d
 	    }
Panu Matilainen 21c63d
 	  if (strcmp (name, ".debug_info") == 0)
Panu Matilainen 21c63d
 	    edit_dwarf2 (dso);