diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-29 05:16:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-29 05:16:19 +0000 |
commit | 1ae00f9d91f0126ed5505229dc31672599591b4b (patch) | |
tree | 421bb636a86d7c29b9c142f1d4c8576de380cac4 /bfd/elf.c | |
parent | ce8ff112cfacd5b642b4e8c6cbcc4eaa157745f0 (diff) | |
download | binutils-1ae00f9d91f0126ed5505229dc31672599591b4b.zip binutils-1ae00f9d91f0126ed5505229dc31672599591b4b.tar.gz binutils-1ae00f9d91f0126ed5505229dc31672599591b4b.tar.bz2 |
(_bfd_elf_link_hash_table_init): Initialize dynlocal.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -977,6 +977,7 @@ _bfd_elf_link_hash_table_init (table, abfd, newfunc) table->needed = NULL; table->hgot = NULL; table->stab_info = NULL; + table->dynlocal = NULL; return _bfd_link_hash_table_init (&table->root, abfd, newfunc); } |