* elf32-arm.c (stub_hash_newfunc): Initialize fields
target_addend and orig_insn.
+2009-07-10 Doug Kwan <dougkwan@google.com>
+
+ * elf32-arm.c (stub_hash_newfunc): Initialize fields
+ target_addend and orig_insn.
+
2009-07-10 Tom Tromey <tromey@redhat.com>
* Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h.
eh->stub_offset = 0;
eh->target_value = 0;
eh->target_section = NULL;
+ eh->target_addend = 0;
+ eh->orig_insn = 0;
eh->stub_type = arm_stub_none;
eh->stub_size = 0;
eh->stub_template = NULL;