make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-nds32.c
index 90b4d27165d5ecac40b08835b37f65b1ea6fcc77..4c31f43a287ea3e1cc07928ae3d8d337d9a062f4 100644 (file)
@@ -3189,7 +3189,7 @@ nds32_all_ext (void)
    recognized.  This will be handled by the generic code.  */
 
 int
-nds32_parse_option (int c, char *arg)
+nds32_parse_option (int c, const char *arg)
 {
   struct nds32_parse_option_table *coarse_tune;
   struct nds32_set_option_table *fine_tune;
This page took 0.025449 seconds and 4 git commands to generate.