summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-10-25 06:32:29 +0000
committerRichard Henderson <rth@redhat.com>2001-10-25 06:32:29 +0000
commitd9a296375718df425f4225fcd1f7e1639f889a7d (patch)
treea480d3c0807abb9146d1a1995c88e55e1e105b57
parentbceff5f51686a88691efd596297219615468607d (diff)
downloadgdb-d9a296375718df425f4225fcd1f7e1639f889a7d.tar.gz
2001-08-23 Jakub Jelinek <jakub@redhat.com>
* elfxx-ia64.c (elfNN_ia64_hash_table_create): Clear ia64_info.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-ia64.c2
2 files changed, 6 insertions, 1 deletions
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 <rth@redhat.com>
+
+ 2001-08-23 Jakub Jelinek <jakub@redhat.com>
+ * elfxx-ia64.c (elfNN_ia64_hash_table_create): Clear ia64_info.
+
2001-10-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* 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,