Add support for ARMv8-M security extensions instructions
[deliverable/binutils-gdb.git] / gas / frags.h
index ebb5ac45f1209c0c2bab873ea2e27a17165bef7b..4a22fe0ebc5274141b3ee6138769cd6f29923dcb 100644 (file)
@@ -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.024662 seconds and 4 git commands to generate.