* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
[deliverable/binutils-gdb.git] / gas / config / atof-ieee.c
index d901f318ee4dd35bd3414d8d11f79df4e1ca7810..cff06f76eb47cfbe2a56170b5c0dfced0f7fc9fe 100644 (file)
@@ -784,7 +784,7 @@ ieee_md_atof (int type,
       return _("Unrecognized or unsupported floating point constant");
     }
 
-  assert (prec <= MAX_LITTLENUMS);
+  gas_assert (prec <= MAX_LITTLENUMS);
 
   t = atof_ieee (input_line_pointer, type, words);
   if (t)
This page took 0.023094 seconds and 4 git commands to generate.