Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 0e00259f44e8c788f6fd3c960917f4b98ec4b8a7..14b60115103f7012439e186cb1149199efd81a3e 100644 (file)
@@ -573,7 +573,7 @@ my_get_expression (expressionS * ep, char **str, int prefix_mode,
    of LITTLENUMS emitted is stored in *SIZEP.  An error message is
    returned, or NULL on OK.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   return ieee_md_atof (type, litP, sizeP, target_big_endian);
This page took 0.024096 seconds and 4 git commands to generate.