* as.c (main): Move parse_args before symbol_begin and frag_init so that the
authorNick Clifton <nickc@redhat.com>
Thu, 14 Apr 2005 09:00:35 +0000 (09:00 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Apr 2005 09:00:35 +0000 (09:00 +0000)
commitf7a568eabfa46133c0bebd7af81704cd916e4152
treea85da23139949df18b2028bc7875769801d6c94f
parent9e9b66a9565074bc875a2b2d01c628c58bca6bd5
* 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.
gas/ChangeLog
gas/as.c
gas/hash.c
gas/hash.h