Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-nds32.c
index 0d7d3465c433b277d30f4c8a615ae086958eba06..897561d7e0f19f2f45a66527f73703719eb59ed5 100644 (file)
@@ -6064,7 +6064,7 @@ md_number_to_chars (char *buf, valueT val, int n)
 /* This function is called to convert an ASCII string into a floating point
    value in format used by the CPU.  */
 
-char *
+const char *
 md_atof (int type, char *litP, int *sizeP)
 {
   int i;
This page took 0.024846 seconds and 4 git commands to generate.