Fix PTRACE_GETREGSET failure for compat inferiors on arm64
[deliverable/binutils-gdb.git] / gas / write.h
index 4aee78d0398acba2e71b83812a1958c2c355f73e..a238320d4e295c5b727eac4c69096344163bee0c 100644 (file)
@@ -1,5 +1,5 @@
 /* write.h
-   Copyright (C) 1987-2016 Free Software Foundation, Inc.
+   Copyright (C) 1987-2017 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -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.02354 seconds and 4 git commands to generate.