* messages.c (as_fatal): Apply 2001-01-15 change and followup
[deliverable/binutils-gdb.git] / gas / messages.c
index 69fcf78743fa815904db66ebae48808f7298b101..396d3644ddb2ef575f493d6b68c5ce3ef8c6be61 100644 (file)
@@ -383,6 +383,8 @@ as_fatal (format, va_alist)
   vfprintf (stderr, format, args);
   (void) putc ('\n', stderr);
   va_end (args);
+  if (out_file_name != NULL)
+    unlink_if_ordinary (out_file_name);
   xexit (EXIT_FAILURE);
 }
 #endif /* not NO_STDARG */
This page took 0.022795 seconds and 4 git commands to generate.