binutils/
[deliverable/binutils-gdb.git] / gas / config / tc-pdp11.c
index 7624f60d527656a242754733d11fc9cf4839e9b7..64e162b75b3b072b78cdf46020cd909a1985fc93 100644 (file)
@@ -1451,3 +1451,9 @@ pseudo_even (int c ATTRIBUTE_UNUSED)
   frag_align (alignment, 0, 1);
   record_alignment (now_seg, alignment);
 }
+
+char *
+md_atof (int type, char * litP, int * sizeP)
+{
+  return vax_md_atof (type, litP, sizeP);
+}
This page took 0.02379 seconds and 4 git commands to generate.