This is the mail archive of the binutils-cvs@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gas ChangeLog as.c hash.c hash.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-04-14 09:00:36

Modified files:
	gas            : ChangeLog as.c hash.c hash.h 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2477&r2=1.2478
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/as.c.diff?cvsroot=src&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/hash.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/hash.h.diff?cvsroot=src&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]