Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / frags.h
index b555ffcc930d424d0dcb8d4893de108ba7ce381a..4a22fe0ebc5274141b3ee6138769cd6f29923dcb 100644 (file)
@@ -1,5 +1,5 @@
 /* frags.h - Header file for the frag concept.
-   Copyright (C) 1987-2015 Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -60,7 +60,7 @@ struct frag {
   struct frag *fr_next;
 
   /* Where the frag was created, or where it became a variant frag.  */
-  char *fr_file;
+  const char *fr_file;
   unsigned int fr_line;
 
 #ifndef NO_LISTING
This page took 0.024412 seconds and 4 git commands to generate.