aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2006-09-26 19:11:03 +0000
committerH.J. Lu <hjl.tools@gmail.com>2006-09-26 19:11:03 +0000
commit41f8ce693c4a04811bf47a8df83c1a376a9f34f4 (patch)
tree8f3b6410e9d2d58b4a36348a563a593ce8e272ce /bfd/ChangeLog
parent030cbcedf282f87e90e2248b61a0941b86df3b66 (diff)
downloadgdb-41f8ce693c4a04811bf47a8df83c1a376a9f34f4.zip
gdb-41f8ce693c4a04811bf47a8df83c1a376a9f34f4.tar.gz
gdb-41f8ce693c4a04811bf47a8df83c1a376a9f34f4.tar.bz2
2006-09-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3262 * elf.c (rewrite_elf_program_header): Use bfd_zalloc instead of bfd_alloc to allocate segment map. (copy_elf_program_header): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 96307dd..a2a6470 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/3262
+ * elf.c (rewrite_elf_program_header): Use bfd_zalloc instead of
+ bfd_alloc to allocate segment map.
+ (copy_elf_program_header): Likewise.
+
2006-09-26 Mark Shinwell <shinwell@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
Ian Lance Taylor <ian@wasabisystems.com>