Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-mn10300.c
index 63d790ad88284bca870e69b44f3f37111f6dc3ec..9a5d3bed5dcb6f78185b4b7b23286f79a1eb5966 100644 (file)
@@ -444,7 +444,7 @@ none yet\n"));
 }
 
 int
-md_parse_option (int c ATTRIBUTE_UNUSED, char *arg ATTRIBUTE_UNUSED)
+md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED)
 {
   return 0;
 }
@@ -455,7 +455,7 @@ md_undefined_symbol (char *name ATTRIBUTE_UNUSED)
   return 0;
 }
 
-char *
+const char *
 md_atof (int type, char *litp, int *sizep)
 {
   return ieee_md_atof (type, litp, sizep, FALSE);
This page took 0.02728 seconds and 4 git commands to generate.