diff options
Diffstat (limited to 'bfd/elf32-arm.c')
-rw-r--r-- | bfd/elf32-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 8c51624..1e23626 100644 --- 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; |