This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


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

problems with a new port....


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.


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