On Mon, Nov 06, 2000 at 05:52:50PM +0100, Jakub Jelinek wrote: > +#define MAX_STR_HASH_TABLE 251 > +static struct deferred_string *const_str_table[MAX_STR_HASH_TABLE]; I'd *really* rather used one of the data structures from libiberty -- either hashtab or splay-tree. Otherwise ok. r~