diff options
author | Dave Brolley <brolley@redhat.com> | 2005-12-02 20:09:42 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2005-12-02 20:09:42 +0000 |
commit | 3609e0feb6ad892d20a8078f47812b72a590dd86 (patch) | |
tree | 63bbb11ffe6e3004b70806e95914ba9449837a9d /opcodes/Makefile.in | |
parent | 31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1 (diff) | |
download | gdb-3609e0feb6ad892d20a8078f47812b72a590dd86.zip gdb-3609e0feb6ad892d20a8078f47812b72a590dd86.tar.gz gdb-3609e0feb6ad892d20a8078f47812b72a590dd86.tar.bz2 |
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.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 718250e..e960a7d 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -278,6 +278,7 @@ CFILES = \ avr-dis.c \ bfin-dis.c \ cgen-asm.c \ + cgen-bitset.c \ cgen-dis.c \ cgen-opc.c \ cris-dis.c \ @@ -414,6 +415,7 @@ ALL_MACHINES = \ avr-dis.lo \ bfin-dis.lo \ cgen-asm.lo \ + cgen-bitset.lo \ cgen-dis.lo \ cgen-opc.lo \ cris-dis.lo \ @@ -1154,6 +1156,10 @@ cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \ $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \ opintl.h +cgen-bitset.lo: cgen-bitset.c sysdep.h config.h $(INCDIR)/ansidecl.h \ + $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \ + $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \ + $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \ |