]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/input-file.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / input-file.c
index 2a36dbfed3906974941b4fce976525a2f713c895..d3fa6ad8a02f1c3f2e35c7894e06e6d1161df02f 100644 (file)
@@ -1,6 +1,6 @@
 /* input_file.c - Deal with Input Files -
    Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001,
-   2002, 2003, 2005, 2006, 2007
+   2002, 2003, 2005, 2006, 2007, 2009
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -124,7 +124,7 @@ input_file_open (char *filename, /* "" means use stdin. Must not be 0.  */
 
   preprocess = pre;
 
-  assert (filename != 0);      /* Filename may not be NULL.  */
+  gas_assert (filename != 0);  /* Filename may not be NULL.  */
   if (filename[0])
     {
       f_in = fopen (filename, FOPEN_RT);