Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index 8169bcea12c3893c50af6246a240541464a0389a..e43a7f980301c183295a27d540cbc5edd8b93be3 100644 (file)
@@ -3521,7 +3521,7 @@ dot_restorereg (int pred)
   add_unwind_entry (output_spill_reg (ab, reg, 0, 0, qp), sep);
 }
 
-static char *special_linkonce_name[] =
+static const char *special_linkonce_name[] =
   {
     ".gnu.linkonce.ia64unw.", ".gnu.linkonce.ia64unwi."
   };
@@ -5007,7 +5007,7 @@ static void
 print_prmask (valueT mask)
 {
   int regno;
-  char *comma = "";
+  const char *comma = "";
   for (regno = 0; regno < 64; regno++)
     {
       if (mask & ((valueT) 1 << regno))
This page took 0.023746 seconds and 4 git commands to generate.