make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-epiphany.c
index 4edd560f20108078f2587621732328ced74dc500..132a78ff5652bbca0e0a6b1f7f035f33f51d04d7 100644 (file)
@@ -116,7 +116,7 @@ size_t md_longopts_size = sizeof (md_longopts);
 const char * md_shortopts = "";
 
 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;    /* No target-specific options.  */
 }
This page took 0.031266 seconds and 4 git commands to generate.