summaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-21 15:38:02 +0000
committerNick Clifton <nickc@redhat.com>2004-05-21 15:38:02 +0000
commit3d7ba75f1576457ca2d9421f57c56debacbb5a1f (patch)
tree4853880d835371b9c2a6c498ae175b5d3d8e07d6 /bfd/bfd-in.h
parent0dd82b03613447c79a7ed04dd6ada3636c5feba7 (diff)
downloadgdb-3d7ba75f1576457ca2d9421f57c56debacbb5a1f.tar.gz
Add --hash-size switch to the linker
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index a3330e871b7..e7ed04afa7f 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -433,6 +433,11 @@ extern void bfd_hash_traverse
bfd_boolean (*) (struct bfd_hash_entry *, void *),
void *info);
+/* Allows the default size of a hash table to be configured. New hash
+ tables allocated using bfd_hash_table_init will be created with
+ this size. */
+extern void bfd_hash_set_default_size (bfd_size_type);
+
#define COFF_SWAP_TABLE (void *) &bfd_coff_std_swap_table
/* User program access to BFD facilities. */