make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-tic6x.c
index 72d1bcc97d45d54189e227c5dcdaa91fa9ac440b..84fd368766f2df85af5d711fe155c7f7a481b575 100644 (file)
@@ -265,7 +265,7 @@ tic6x_use_pid (const char *arg)
 /* Parse a target-specific option.  */
 
 int
-md_parse_option (int c, char *arg)
+md_parse_option (int c, const char *arg)
 {
   switch (c)
     {
This page took 0.023343 seconds and 4 git commands to generate.