2006-09-13 Jan Beulich <jbeulich@novell.com>
authorJan Beulich <jbeulich@novell.com>
Wed, 13 Sep 2006 10:15:59 +0000 (10:15 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 13 Sep 2006 10:15:59 +0000 (10:15 +0000)
* input-file.c (input_file_give_next_buffer): Demote as_bad to
as_warn.

gas/ChangeLog
gas/input-file.c

index 6d72a47..b6c2562 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-13  Jan Beulich  <jbeulich@novell.com>
+
+       * input-file.c (input_file_give_next_buffer): Demote as_bad to
+       as_warn.
+
 2006-09-13  Alan Modra  <amodra@bigpond.net.au>
 
        PR gas/3165
index ec36a42..91ec530 100644 (file)
@@ -246,7 +246,7 @@ input_file_give_next_buffer (char *where /* Where to place 1st character of new
   else
     {
       if (fclose (f_in))
-       as_bad (_("can't close %s: %s"), file_name, xstrerror (errno));
+       as_warn (_("can't close %s: %s"), file_name, xstrerror (errno));
 
       f_in = (FILE *) 0;
       return_value = 0;