]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-xstormy16.c
Constify more
[thirdparty/binutils-gdb.git] / gas / config / tc-xstormy16.c
index 7ad3ea8190cfda7a166267a6ee7abf695099bed8..887160db01de1ff0a6ef5f6ef6127b34315cca8f 100644 (file)
@@ -596,7 +596,7 @@ md_number_to_chars (char * buf, valueT val, int n)
   number_to_chars_littleendian (buf, val, n);
 }
 
-char *
+const char *
 md_atof (int type, char * litP, int * sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, FALSE);