* versados.c (versados_scan): Check bfd_alloc return value.
authorIan Lance Taylor <ian@airs.com>
Wed, 10 Apr 1996 18:21:08 +0000 (18:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 10 Apr 1996 18:21:08 +0000 (18:21 +0000)
(versados_object_p): Check all bfd_read return values.  Require
that lang field be less than 10, to avoid confusion with Intel Hex
files.

bfd/ChangeLog

index 84e58aaaa7f6b1173b939066485d9db5e280955c..7972f4a3120a7ff6711ebe3da266a66666325e08 100644 (file)
@@ -1,5 +1,10 @@
 Wed Apr 10 00:23:53 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * versados.c (versados_scan): Check bfd_alloc return value.
+       (versados_object_p): Check all bfd_read return values.  Require
+       that lang field be less than 10, to avoid confusion with Intel Hex
+       files.
+
        * libaout.h (WRITE_HEADERS): Write out the relocs even if there
        aren't any symbols.
        * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,