]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-or1k.c
make md_parse_option () take a const char *
[thirdparty/binutils-gdb.git] / gas / config / tc-or1k.c
index e7c877f853bd273e84569481b51814c0de59f68c..0abbd824937cb166a3e7e1a2ee2f75a19e3e971a 100644 (file)
@@ -67,7 +67,7 @@ size_t md_longopts_size = sizeof (md_longopts);
 unsigned long or1k_machine = 0; /* default */
 
 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;
 }