Constify more
[deliverable/binutils-gdb.git] / gas / config / tc-tic6x.c
index 84fd368766f2df85af5d711fe155c7f7a481b575..2135dbf225b3e33de6d89e787bf5e35a77636b5d 100644 (file)
@@ -4078,7 +4078,7 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
 
 /* Convert a floating-point number to target (IEEE) format.  */
 
-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.024887 seconds and 4 git commands to generate.