aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-16 07:14:43 +0000
committerAlan Modra <amodra@gmail.com>2009-10-16 07:14:43 +0000
commit493152cb4f287f9de3f03743349e911df9448e60 (patch)
tree73825fdd6b8ba7e0238b5957c702b55308e4ffc6 /bfd/ChangeLog
parent12edd763cc3b83a257eb3173caca075f027e9afa (diff)
downloadgdb-493152cb4f287f9de3f03743349e911df9448e60.zip
gdb-493152cb4f287f9de3f03743349e911df9448e60.tar.gz
gdb-493152cb4f287f9de3f03743349e911df9448e60.tar.bz2
PR binutils/10785
* coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Don't bfd_alloc bim and bim->buffer. bfd_malloc instead. * peicode.h (pe_ILF_build_a_bfd): Similarly. (ILF_DATA_SIZE): Don't include bim. * opncls.c (bfd_close): Test bim->buffer non-NULL before freeing.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3a9a823..bff11d9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-16 Alan Modra <amodra@bigpond.net.au>
+
+ PR binutils/10785
+ * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Don't bfd_alloc
+ bim and bim->buffer. bfd_malloc instead.
+ * peicode.h (pe_ILF_build_a_bfd): Similarly.
+ (ILF_DATA_SIZE): Don't include bim.
+ * opncls.c (bfd_close): Test bim->buffer non-NULL before freeing.
+
2009-10-14 Alan Modra <amodra@bigpond.net.au>
* aoutx.h (aout_link_check_ar_symbols): Typo fix.