This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [patch][commit] Re: CGEN simulators now brokenly require CGEN disassemblers...


> Date: Fri, 02 Dec 2005 15:12:16 -0500
> From: Dave Brolley <brolley@redhat.com>

> I've committed the attached patch.

> 	* 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.

Thanks.  Though I think a slightly cleaner change would be to
move cgen-bitset.c in Makefile.am to libopcodes_la_SOURCES, so
target bits in opcodes/configure.in wouldn't have to be adjusted
for any non-disassembler-related CGEN usage in other directories
(here: whether there's a sim that's CGEN-generated).

brgds, H-P


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