bfd:
[deliverable/binutils-gdb.git] / bfd / hash.c
index fc3177331b57de3b29a7b40411b650e726f011f5..e53eda1b901cb929ff6613d5cf6548a75ba496a6 100644 (file)
@@ -492,7 +492,7 @@ bfd_hash_set_default_size (bfd_size_type hash_size)
   /* Extend this prime list if you want more granularity of hash table size.  */
   static const bfd_size_type hash_size_primes[] =
     {
-      1021, 4051, 8599, 16699
+      251, 509, 1021, 2039, 4051, 8599, 16699, 32749
     };
   size_t index;
 
This page took 0.02412 seconds and 4 git commands to generate.