mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
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:
parent
fa8f86ff3b
commit
cedfb17907
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user