* dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,
[deliverable/binutils-gdb.git] / gdb / ieee-float.c
index f170bd59ac628f28d3f6bae5ead8a3969c4766b4..ee4ecd5257555dcd63a479dc65fd81e60fbe0519 100644 (file)
@@ -77,7 +77,7 @@ double_to_ieee_extended (ext_format, from, to)
   unsigned long mant0, mant1, exponent;
   unsigned char tobytes[8];
 
-  bzero (to, TOTALSIZE);
+  (void) memset (to, 0, TOTALSIZE);
   if (dfrom == 0)
     return;                    /* Result is zero */
   if (dfrom != dfrom) {
This page took 0.023345 seconds and 4 git commands to generate.