[Patch][binutils] Generic support for parsing numbers in bfloat16 format [5/X]
[deliverable/binutils-gdb.git] / gas / as.h
index 5b604a45342205187bef6d96a6bb1f1f35c5423d..d996697bed8784260a8f5400ac0c72254e4d0387 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -484,6 +484,7 @@ char * app_push (void);
 #define MAX_LITTLENUMS 6
 
 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
+char * atof_ieee_detail (char *, int, int, LITTLENUM_TYPE *, FLONUM_TYPE *);
 const char * ieee_md_atof (int, char *, int *, bfd_boolean);
 const char * vax_md_atof (int, char *, int *);
 char * input_scrub_include_file (const char *, char *);
This page took 0.026135 seconds and 4 git commands to generate.