aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-12-28 01:51:57 +0000
committerFred Fish <fnf@specifix.com>1992-12-28 01:51:57 +0000
commite555d764156889cf2dc1ceca99402324fa029013 (patch)
tree9a3b4fd9e34178653dece6964a15f716e66039f1 /bfd/ChangeLog
parent51db2323667f1495d8c51b72bc32e3498418f3c4 (diff)
downloadgdb-e555d764156889cf2dc1ceca99402324fa029013.zip
gdb-e555d764156889cf2dc1ceca99402324fa029013.tar.gz
gdb-e555d764156889cf2dc1ceca99402324fa029013.tar.bz2
* bfd.c (bfd_get_size): New function that gets an upper bound
on the possible size of any object in a bfd. * elf.c (bfd_elf_find_section, elf_get_str_section, elf_get_symtab_upper_bound): Rewrite to avoid NULL pointer dereferences. * elf.c (elf_big_vec, elf_little_vec): Document last three members initialized to NULL.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c1b4767..4cbcdce 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+Sun Dec 27 17:45:05 1992 Fred Fish (fnf@cygnus.com)
+
+ * bfd.c (bfd_get_size): New function that gets an upper bound
+ on the possible size of any object in a bfd.
+ * elf.c (bfd_elf_find_section, elf_get_str_section,
+ elf_get_symtab_upper_bound): Rewrite to avoid NULL pointer
+ dereferences.
+ * elf.c (elf_big_vec, elf_little_vec): Document last three
+ members initialized to NULL.
+
Thu Dec 24 17:49:09 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* hppa.c: change a 'const' to 'CONST', or else HP C compiler dies