]> Git Repo - binutils.git/commitdiff
2009-07-27 Doug Kwan <[email protected]>
authorDoug Kwan <[email protected]>
Mon, 27 Jul 2009 23:04:05 +0000 (23:04 +0000)
committerDoug Kwan <[email protected]>
Mon, 27 Jul 2009 23:04:05 +0000 (23:04 +0000)
        * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.

bfd/ChangeLog
bfd/elf32-arm.c

index 0038362527c08b78f0f0e8211037919172a10989..54697c03cb5c67b73f2611cd0d8188af39663a27 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-27  Doug Kwan  <[email protected]>
+
+       * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
+
 2009-07-27  H.J. Lu  <[email protected]>
 
        * archures.c bfd_*_arch): Sorted.
index 8c51624fbbef8b4a13ea11a9f8b4f7f17f7122bd..1e23626518fb25b2459e7f834ef73eaf63a03a89 100644 (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;
This page took 0.074681 seconds and 4 git commands to generate.