diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-20 06:46:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-20 06:46:06 +0000 |
| commit | 76efa1c2d860574f58d2080fc65515c2ea169770 (patch) | |
| tree | bd0d8d8249bef4f73fef2df9b61984c6ef2d1808 | |
| parent | 6e440a7238ea2cc0d7c55b88e9ce7da9ca2e76d8 (diff) | |
Notes
| -rw-r--r-- | contrib/binutils/bfd/elf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/binutils/bfd/elf.c b/contrib/binutils/bfd/elf.c index 01327b0eb8a2..25080502de9c 100644 --- a/contrib/binutils/bfd/elf.c +++ b/contrib/binutils/bfd/elf.c @@ -979,6 +979,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); } |
