* reloc.c (bfd_generic_get_relocated_section_contents): Don't fail
authorIan Lance Taylor <ian@airs.com>
Thu, 17 Mar 1994 17:29:15 +0000 (17:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 17 Mar 1994 17:29:15 +0000 (17:29 +0000)
if malloc (0) fails.  bfd_canonicalize_reloc returning 0 is not a
failure indication, it merely means there are no relocs.

bfd/ChangeLog

index 186049612e14a183927f7b968dc3baf6860621ea..f24cf5406a8c210c2ba16b83109013c1ace454cb 100644 (file)
@@ -1,5 +1,9 @@
 Thu Mar 17 11:44:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * reloc.c (bfd_generic_get_relocated_section_contents): Don't fail
+       if malloc (0) fails.  bfd_canonicalize_reloc returning 0 is not a
+       failure indication, it merely means there are no relocs.
+
        * elfcode.h (NAME(bfd_elf,write_object_contents)): Don't use space
        after NAME, since SunOS /bin/cc can't handle it.