OSDN Git Service

2009-07-27 Doug Kwan <dougkwan@google.com>
authordougkwan <dougkwan>
Mon, 27 Jul 2009 23:04:05 +0000 (23:04 +0000)
committerdougkwan <dougkwan>
Mon, 27 Jul 2009 23:04:05 +0000 (23:04 +0000)
        * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.

bfd/ChangeLog
bfd/elf32-arm.c

index 0038362..54697c0 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-27  Doug Kwan  <dougkwan@google.com>
+
+       * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
+
 2009-07-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        * archures.c bfd_*_arch): Sorted.
index 8c51624..1e23626 100644 (file)
@@ -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;