Convert more variables to a constant form.
[deliverable/binutils-gdb.git] / gas / config / tc-mn10200.c
index d6b4006be16619aa99093a0b13536fe824c8fde9..a7fd980aeedd4034dcf87162768bf46e48ba0a1d 100644 (file)
@@ -682,7 +682,7 @@ md_section_align (asection *seg, valueT addr)
 void
 md_begin (void)
 {
-  char *prev_name = "";
+  const char *prev_name = "";
   const struct mn10200_opcode *op;
 
   mn10200_hash = hash_new ();
This page took 0.023251 seconds and 4 git commands to generate.