summaryrefslogtreecommitdiff
path: root/gas/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/hash.h')
-rw-r--r--gas/hash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/hash.h b/gas/hash.h
index 48dad15013..c759a26dca 100644
--- a/gas/hash.h
+++ b/gas/hash.h
@@ -24,6 +24,10 @@
struct hash_control;
+/* Set the size of the hash table used. */
+
+void set_gas_hash_table_size (unsigned int);
+
/* Create a hash table. This return a control block. */
extern struct hash_control *hash_new (void);