* tc.h (struct relax_type, relax_typeS): Move from here..
[deliverable/binutils-gdb.git] / gas / config / obj-coff.c
index bb97280e86496d2407708ec9c33d27801879a3b4..69b53ffeee7375ba774d6195e72283dfb98d74b5 100644 (file)
@@ -1,6 +1,6 @@
 /* coff object file format
    Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004
+   1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GAS.
@@ -1859,7 +1859,7 @@ int function_lineoff = -1;        /* Offset in line#s where the last function
    into the string table.  */
 struct filename_list
 {
-  char *filename;
+  const char *filename;
   struct filename_list *next;
 };
 
This page took 0.023014 seconds and 4 git commands to generate.