From: Doug Kwan Date: Mon, 27 Jul 2009 23:04:05 +0000 (+0000) Subject: 2009-07-27 Doug Kwan X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8d2f43311d1d34566f82d0b95e0d049929fad1d;p=binutils-gdb.git 2009-07-27 Doug Kwan * elf32-arm.c (stub_hash_newfunc): Initialize field output_name. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0038362527c..54697c03cb5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Doug Kwan + + * elf32-arm.c (stub_hash_newfunc): Initialize field output_name. + 2009-07-27 H.J. Lu * archures.c bfd_*_arch): Sorted. diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 8c51624fbbe..1e23626518f 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -2724,6 +2724,7 @@ stub_hash_newfunc (struct bfd_hash_entry *entry, eh->stub_template_size = 0; eh->h = NULL; eh->id_sec = NULL; + eh->output_name = NULL; } return entry;