From: Richard Henderson Date: Thu, 25 Oct 2001 06:32:29 +0000 (+0000) Subject: 2001-08-23 Jakub Jelinek X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56628232a5ffdd66765da4b82534ebc4ce484833;p=thirdparty%2Fbinutils-gdb.git 2001-08-23 Jakub Jelinek * elfxx-ia64.c (elfNN_ia64_hash_table_create): Clear ia64_info. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fcfc6c93e15..8092dbf2439 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-10-24 Richard Henderson + + 2001-08-23 Jakub Jelinek + * elfxx-ia64.c (elfNN_ia64_hash_table_create): Clear ia64_info. + 2001-10-06 Stephane Carrez * dwarf2.c (comp_unit_find_nearest_line): Check for end of diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index c86f7a9eed2..ee69168805d 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -1437,7 +1437,7 @@ elfNN_ia64_hash_table_create (abfd) { struct elfNN_ia64_link_hash_table *ret; - ret = bfd_alloc (abfd, sizeof (*ret)); + ret = bfd_zalloc (abfd, sizeof (*ret)); if (!ret) return 0; if (!_bfd_elf_link_hash_table_init (&ret->root, abfd,