summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/write.h b/gas/write.h
index 4aee78d0398..ce81a926c3d 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -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;
};