problems with a new port....
Doug Evans
dje@transmeta.com
Fri May 4 18:21:00 GMT 2001
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 = <ARCH>_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 <arch>-desc.c.
More information about the Cgen
mailing list