x86: correctly handle KMOVD with VEX.W set outside of 64-bit mode
[binutils-gdb.git] / gas / frags.h
index bdc3c9ddd10a9839e472eebb0b0ad36bf3c135bd..28205c64fc24049f1b1efbf68887e31a601ef744 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-2018 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