From 798c313587f725a19349e86c5db4bee75d9d14bc Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 20 Jun 2000 06:46:06 +0000 Subject: Merge in our ELF branding. --- contrib/binutils/bfd/elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/binutils/bfd/elf.c') diff --git a/contrib/binutils/bfd/elf.c b/contrib/binutils/bfd/elf.c index 01327b0..2508050 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); } -- cgit v1.1