From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Evans To: "Frank Ch. Eigler" Cc: Carl Frankel , "'cgen@sources.redhat.com'" Subject: Re: CGEN output files Date: Mon, 12 Mar 2001 20:22:00 -0000 Message-id: <15021.41101.40840.350481@casey.transmeta.com> References: <470AE13EFEA7D31197C000508B139C67C7BF90@fenway.scenix.com> <20010309220315.A20081@redhat.com> X-SW-Source: 2001-q1/msg00155.html Frank Ch. Eigler writes: > On Fri, Mar 09, 2001 at 04:16:14PM -0800, Carl Frankel wrote: > : Question: Does CGEN produce .l/.y files for the assembler > : as a part of its output? [...] > > Do you mean lex/yacc input files? No. CGEN-based assemblers > use a less formal run-time parser system built into the opcodes > library and to a lesser extent gas. Creating .l/.y files wasn't needed at the time (and isn't needed for the typical risc architecture), though isn't precluded as a useful addition.