ppc e500mc support
[deliverable/binutils-gdb.git] / bfd / binary.c
index 38d0cc3fd4e8c6b59362e5ec989946e73cdceeaf..c4aec2ba61505d3de7aa56dcd0a3160db0903611 100644 (file)
@@ -169,7 +169,7 @@ binary_canonicalize_symtab (bfd *abfd, asymbol **alocation)
 
   syms = bfd_alloc (abfd, amt);
   if (syms == NULL)
-    return 0;
+    return -1;
 
   /* Start symbol.  */
   syms[0].the_bfd = abfd;
This page took 0.023867 seconds and 4 git commands to generate.