diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-14 09:00:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-14 09:00:35 +0000 |
commit | f7a568eabfa46133c0bebd7af81704cd916e4152 (patch) | |
tree | a85da23139949df18b2028bc7875769801d6c94f /gas/ChangeLog | |
parent | 9e9b66a9565074bc875a2b2d01c628c58bca6bd5 (diff) | |
download | binutils-f7a568eabfa46133c0bebd7af81704cd916e4152.zip binutils-f7a568eabfa46133c0bebd7af81704cd916e4152.tar.gz binutils-f7a568eabfa46133c0bebd7af81704cd916e4152.tar.bz2 |
* 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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 58dc0a6..deab89a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2005-04-14 Nick Clifton <nickc@redhat.com> + + * 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. + 2005-04-14 Alan Modra <amodra@bigpond.net.au> * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. |