Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-frv.c
index 24baa96364ab3b9096b7c77bd828a5ef9bde16b9..61d17a781b3da64230764c7af5094255a9da2ed3 100644 (file)
@@ -1513,7 +1513,7 @@ frv_md_number_to_chars (char *buf, valueT val, int n)
   number_to_chars_bigendian (buf, val, n);
 }
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, TRUE);
This page took 0.042373 seconds and 4 git commands to generate.