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

* elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
This commit is contained in:
Doug Kwan 2009-07-27 23:04:05 +00:00
parent 46203761a0
commit d8d2f43311
2 changed files with 5 additions and 0 deletions

View 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.

View 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;