Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.c
index 9f30d3a552f5200b4e6bd730f1fdec6901b76217..952658307ebce07df212e8532f23b72499897d46 100644 (file)
@@ -200,7 +200,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP";
 
 struct sparc_it
   {
-    char *error;
+    const char *error;
     unsigned long opcode;
     struct nlist *nlistp;
     expressionS exp;
@@ -3234,7 +3234,7 @@ output_insn (const struct sparc_opcode *insn, struct sparc_it *theinsn)
 #endif
 }
 \f
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, target_big_endian);
This page took 0.038775 seconds and 4 git commands to generate.