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