aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-10 18:21:08 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-10 18:21:08 +0000
commit176512da76419f291dcad28bd63b2dbafac378d9 (patch)
tree4a46aec6697dc93db83cda4aebfebaee3df49dcb
parent18de3f1908655026caa64bdc3a710ec8a97df05f (diff)
downloadgdb-176512da76419f291dcad28bd63b2dbafac378d9.zip
gdb-176512da76419f291dcad28bd63b2dbafac378d9.tar.gz
gdb-176512da76419f291dcad28bd63b2dbafac378d9.tar.bz2
* 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.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 84e58aa..7972f4a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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,