projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4620376
)
2009-07-27 Doug Kwan <dougkwan@google.com>
author
Doug Kwan
<dougkwan@google.com>
Mon, 27 Jul 2009 23:04:05 +0000
(23:04 +0000)
committer
Doug Kwan
<dougkwan@google.com>
Mon, 27 Jul 2009 23:04:05 +0000
(23:04 +0000)
* elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 0038362527c08b78f0f0e8211037919172a10989..54697c03cb5c67b73f2611cd0d8188af39663a27 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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.
diff --git
a/bfd/elf32-arm.c
b/bfd/elf32-arm.c
index 8c51624fbbef8b4a13ea11a9f8b4f7f17f7122bd..1e23626518fb25b2459e7f834ef73eaf63a03a89 100644
(file)
--- a/
bfd/elf32-arm.c
+++ b/
bfd/elf32-arm.c
@@
-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;