[ARC] Fix parsing leave_s and enter_s mnemonics.
[deliverable/binutils-gdb.git] / gas / frags.h
index bdc3c9ddd10a9839e472eebb0b0ad36bf3c135bd..4a22fe0ebc5274141b3ee6138769cd6f29923dcb 100644 (file)
@@ -1,5 +1,5 @@
 /* frags.h - Header file for the frag concept.
-   Copyright (C) 1987-2014 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.022943 seconds and 4 git commands to generate.