]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-tic30.c
Remove duplicate definitions of the md_atof() function
[thirdparty/binutils-gdb.git] / gas / config / tc-tic30.c
index a86ade0353f51ab14f9b85575e2ad1271a728d5e..a4b88bd5a2c4771d8013c4a9ce3dceea840c6261 100644 (file)
@@ -1258,7 +1258,7 @@ md_atof (int what_statement_type,
 
     default:
       *sizeP = 0;
-      return "Bad call to MD_ATOF()";
+      return _("Unrecognized or unsupported floating point constant");
     }
 
   if (float_value == 0.0)
@@ -1349,7 +1349,7 @@ md_atof (int what_statement_type,
     }
   md_number_to_chars (literalP, value, prec);
   *sizeP = prec;
-  return 0;
+  return NULL;
 }
 
 void