This changes read_xcoff_symtab to be const-correct. This fixes a
build failure.
2016-10-21 Tom Tromey <tom@tromey.com>
* xcoffread.c (read_xcoff_symtab): Make "filestring" const.
+2016-10-21 Tom Tromey <tom@tromey.com>
+
+ * xcoffread.c (read_xcoff_symtab): Make "filestring" const.
+
2016-10-21 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com>
union internal_auxent fcn_aux_saved = main_aux;
struct context_stack *newobj;
- char *filestring = pst->filename; /* Name of the current file. */
+ const char *filestring = pst->filename; /* Name of the current file. */
const char *last_csect_name; /* Last seen csect's name. */