]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/config/obj-ecoff.c
Imported binutils-2.20
[msp430-binutils.git] / gas / config / obj-ecoff.c
index 0c61ee30b99f2f62233cd5188cd6c1ab81f73a50..5bee7acbef84e2eef298da1222ee11a36be37d2a 100644 (file)
@@ -1,6 +1,6 @@
 /* ECOFF object file format.
    Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
-   2005, 2007  Free Software Foundation, Inc.
+   2005, 2007, 2009  Free Software Foundation, Inc.
    Contributed by Cygnus Support.
    This file was put together by Ian Lance Taylor <ian@cygnus.com>.
 
@@ -146,7 +146,7 @@ ecoff_frob_file (void)
   char *set;
 
   /* Build the ECOFF debugging information.  */
-  assert (ecoff_data (stdoutput) != 0);
+  gas_assert (ecoff_data (stdoutput) != 0);
   hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header;
   ecoff_build_debug (hdr, &buf, debug_swap);