diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-24 16:36:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-24 16:36:04 +0000 |
commit | 3a163c8b61c5b45aa51f23d5032bb9fab1c7b6da (patch) | |
tree | a50b0d8803b90766e252c61289c7f2cc3b4053a9 /bfd/linker.c | |
parent | 28e8fcc728dd3adbb291616a1c36176686c58c6e (diff) | |
download | gdb-3a163c8b61c5b45aa51f23d5032bb9fab1c7b6da.tar.gz |
Apply H.J.'s patch to revert change to elfxx-target.h
Apply my patch to allow SREC as output format.
Diffstat (limited to 'bfd/linker.c')
-rw-r--r-- | bfd/linker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/linker.c b/bfd/linker.c index 89b95269154..d3a334350c7 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -483,6 +483,8 @@ _bfd_link_hash_table_init (table, abfd, newfunc) table->creator = abfd->xvec; table->undefs = NULL; table->undefs_tail = NULL; + table->type = bfd_link_generic_hash_table; + return bfd_hash_table_init (&table->table, newfunc); } |