OSDN Git Service

2005-12-02 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Fri, 2 Dec 2005 20:09:42 +0000 (20:09 +0000)
committerbrolley <brolley>
Fri, 2 Dec 2005 20:09:42 +0000 (20:09 +0000)
commit1f70f960207dd63065bc0b5adaa1b31db3442f7c
tree06608234ac07b7e8644453db21537d79f30c8fb4
parenta020acb58660e301a37a5cb353fab824a930bfcf
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.
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/cgen-bitset.c [new file with mode: 0644]
opcodes/cgen-opc.c
opcodes/configure
opcodes/configure.in