summaryrefslogtreecommitdiff
path: root/gas/hash.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-14 09:00:35 +0000
committerNick Clifton <nickc@redhat.com>2005-04-14 09:00:35 +0000
commitef8e6bef51d705782c00a44072f458a538ee4c5e (patch)
tree5d003539384b30adc682ecc2586a6ea1d2cfd826 /gas/hash.h
parentd8e6c8fbe4d7492874b642e1576ef11897a1852e (diff)
downloadbinutils-redhat-ef8e6bef51d705782c00a44072f458a538ee4c5e.tar.gz
* as.c (main): Move parse_args before symbol_begin and frag_init so that the
hash table size can be set before it is used. * hash.c: Use an unsigned long type for the size of the hash tables. * hash.h (set_gas_hash_table_size): Update the prototype.
Diffstat (limited to 'gas/hash.h')
-rw-r--r--gas/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/hash.h b/gas/hash.h
index c759a26dca..09c52f8edb 100644
--- a/gas/hash.h
+++ b/gas/hash.h
@@ -26,7 +26,7 @@ struct hash_control;
/* Set the size of the hash table used. */
-void set_gas_hash_table_size (unsigned int);
+void set_gas_hash_table_size (unsigned long);
/* Create a hash table. This return a control block. */