Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-m68hc11.c
index 54ece5f41de9381c98a8f147552f74a0c606ec17..c61bdedfa2bb2dbd615f91fbab85fe5865f94c0c 100644 (file)
@@ -490,7 +490,7 @@ m68hc11_print_statistics (FILE *file)
 }
 
 int
-md_parse_option (int c, char *arg)
+md_parse_option (int c, const char *arg)
 {
   get_default_target ();
   switch (c)
@@ -574,7 +574,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, TRUE);
This page took 0.024619 seconds and 4 git commands to generate.