aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-14* as.c (main): Move parse_args before symbol_begin and frag_init so that theNick Clifton1-1/+1
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.
2005-04-12* hash.c (DEFAULT_SIZE): Delete. Replace with:Nick Clifton1-0/+4
(gas_hash_table_size): New static variable. (set_gas_hash_table_size): New function: Records a requested size for the hash tables. (get_gas_hash_table_size): New function: Return a prime number near the requested size of the hash table. (hash_new): Use get_gas_hash_table_size. * hash.h: Add a prototype for set_gas_hash_table_size. * as.c (show_usage): Add description of new switches: --hash-size and --reduce-memory-overheads. (option_values): Add OPTION_HASH_TABLE_SIZE and OPTION_REDUCE_MEMORY_OVERHEADS. (std_longpopts): Add entries for the new options. (parse_args): Handle the new options. * Makefile.am: Add a dependency of as.c on hash.h. * Makefile.in: Regenerate. * doc/as.texinfo: Document the new switches. * NEWS: Mention the new switches.
2005-03-03update copyright datesAlan Modra1-1/+2
2003-11-24 * hash.c: Convert to ISO-C.Kazu Hirata1-14/+14
* hash.h: Likewise. * input-file.c: Likewise. * input-file.h: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-ops.h: Likewise.
2001-03-08Fix copyright noticesNick Clifton1-1/+1
1999-06-02 * hash.h: Neaten. Declare hash_traverse.Ian Lance Taylor1-27/+60
* hash.c: Complete rewrite based on BFD hashing code.
1999-05-17/Alan Modra1-1/+1
Move bitfield overflow checks to after the md_apply_fix call in fixup_segment so that md_apply_fix has a chance to modify value. Handle 8 and 16-bit pcrel relocs for i386. Prototypes and other minor code cleanups.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+45