Add more const type qualifiers to GAS sources.
[deliverable/binutils-gdb.git] / gas / write.h
index 4aee78d0398acba2e71b83812a1958c2c355f73e..ce81a926c3d167070f3230b028662c5e6ab661bd 100644 (file)
@@ -112,7 +112,7 @@ struct fix
 
   /* The location of the instruction which created the reloc, used
      in error messages.  */
-  char *fx_file;
+  const char *fx_file;
   unsigned fx_line;
 
 #ifdef USING_CGEN
@@ -156,7 +156,7 @@ struct reloc_list
       arelent r;
     } b;
   } u;
-  char *file;
+  const char *file;
   unsigned int line;
 };
 
This page took 0.024415 seconds and 4 git commands to generate.