This is the mail archive of the binutils-cvs@sourceware.org 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/opcodes ChangeLog Makefile.am Makefile.in ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2005-12-02 20:09:42

Modified files:
	opcodes        : ChangeLog Makefile.am Makefile.in cgen-opc.c 
	                 configure configure.in 
Added files:
	opcodes        : cgen-bitset.c 

Log message:
	2005-12-02  Dave Brolley  <brolley@redhat.com>
	
	* configure.in (cgen_files): Add cgen-bitset.lo.
	(ta): Add cgen-bitset.lo when arch==bfd_cris_arch.
	* Makefile.am (CFILES): Add cgen-bitset.c.
	(ALL_MACHINES): Add cgen-bitset.lo.
	(cgen-bitset.lo): New target.
	* cgen-opc.c (cgen_bitset_create, cgen_bitset_init, cgen_bitset_clear)
	(cgen_bitset_add, cgen_bitset_set, cgen_bitset_contains)
	(cgen_bitset_compare, cgen_bitset_intersect_p, cgen_bitset_copy)
	(cgen_bitset_union): Moved from here ...
	* cgen-bitset.c: ... to here. New file.
	* Makefile.in: Regenerated.
	* configure: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/cgen-bitset.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.875&r2=1.876
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/Makefile.am.diff?cvsroot=src&r1=1.92&r2=1.93
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/Makefile.in.diff?cvsroot=src&r1=1.103&r2=1.104
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/cgen-opc.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/configure.diff?cvsroot=src&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/configure.in.diff?cvsroot=src&r1=1.64&r2=1.65


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