From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Evans To: Alan Lehotsky Cc: cgen@sourceware.cygnus.com Subject: problems with a new port.... Date: Fri, 04 May 2001 18:21:00 -0000 Message-id: <15091.21917.585625.921269@casey.transmeta.com> References: X-SW-Source: 2001-q2/msg00034.html Alan Lehotsky writes: > So, I'm in the process of creating a gas using cgen. No, that's "having a gas with cgen!" :-) > The docs claim that you need > > gas_cgen_opcode_desc = _cgen_opcode_open (.....); > > but I can't find WHERE thIs function is implemented or what the return type is. > > Which PROBABLY implies that I'm not correctly generating some cgen output file. > > Any suggestions where to find the missing function? Ugh. Docs are wrong. s/cgen_opcode_open/cgen_cpu_open/. It's created by desc-cpu.scm and put in -desc.c.