diff options
author | Nick Clifton <nickc@redhat.com> | 2005-12-29 10:33:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-12-29 10:33:40 +0000 |
commit | faaad84b0e1ba1c010ea8c146d0d561445761879 (patch) | |
tree | d618556cd20a607f851a27e964bd80c47db5aa28 /bfd/ChangeLog | |
parent | 88a670df3ccef0b39df766483754536f2fd8d9e9 (diff) | |
download | gdb-faaad84b0e1ba1c010ea8c146d0d561445761879.zip gdb-faaad84b0e1ba1c010ea8c146d0d561445761879.tar.gz gdb-faaad84b0e1ba1c010ea8c146d0d561445761879.tar.bz2 |
(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0465e4b..3ea9d56 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2005-12-29 Nick Clifton <nickc@redhat.com> + * hash.c (bfd_hash_set_default_size): Add more entries to the + hash_size_primes table. + * stabs.c (_bfd_link_section_stabs): Use bfd_hash_table_init rather than bfd_hash_table_init_n(...,251) so that the size of the hash table can be controlled by the user. |