rebuild
[deliverable/binutils-gdb.git] / bfd / coff-i960.c
index a67256c00b62e1bf1da9134c1fc76b0868df8b98..b3bf4e1cab490f92e03a7f1abf40c26edd94e049 100644 (file)
@@ -287,12 +287,9 @@ coff_i960_start_final_link (abfd, info)
   if (! info->relocateable)
     return true;
 
-  esym = (bfd_byte *) malloc (symesz);
+  esym = (bfd_byte *) bfd_malloc (symesz);
   if (esym == NULL)
-    {
-      bfd_set_error (bfd_error_no_memory);
-      return false;
-    }
+    return false;
 
   if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0)
     return false;
This page took 0.023545 seconds and 4 git commands to generate.