aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-05-01 19:36:27 +0000
committerDJ Delorie <dj@redhat.com>2006-05-01 19:36:27 +0000
commitaa149cf7d101f4b86677975a3439ce84710f8a4a (patch)
treebcdad4fe39388e2b336a4717383eaf9fbb70355a /bfd/ChangeLog
parent8608915fb197e364c43f872d756fe29380dbc3fd (diff)
downloadgdb-aa149cf7d101f4b86677975a3439ce84710f8a4a.zip
gdb-aa149cf7d101f4b86677975a3439ce84710f8a4a.tar.gz
gdb-aa149cf7d101f4b86677975a3439ce84710f8a4a.tar.bz2
* bfd-in.h (bfd_hash_table): Add count field.
* bfd-in2.h: Regenerate. * hash.c (higher_prime_number): New. (bfd_hash_table_inint_n): Init count field. (bfd_hash_lookup): Grow table as needed.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3898ed0..dcfe713 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-01 DJ Delorie <dj@redhat.com>
+
+ * bfd-in.h (bfd_hash_table): Add count field.
+ * bfd-in2.h: Regenerate.
+ * hash.c (higher_prime_number): New.
+ (bfd_hash_table_inint_n): Init count field.
+ (bfd_hash_lookup): Grow table as needed.
+
2006-04-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
PR binutils/2584