2009-07-10 Doug Kwan <dougkwan@google.com>

* elf32-arm.c (stub_hash_newfunc): Initialize fields
	target_addend and orig_insn.
This commit is contained in:
Doug Kwan 2009-07-10 16:56:15 +00:00
parent fa8f86ff3b
commit cedfb17907
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -2716,6 +2716,8 @@ stub_hash_newfunc (struct bfd_hash_entry *entry,
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;