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


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

[RFA] Provide cgen_disn and cgen_fields in disassemble_info


Nick Duffek writes:
 > +  void *cgen_insn;		/* If non-null, pointer to CGEN_INSN
 > +				   instruction descriptor.  */
 > +  void *cgen_fields;		/* If caller sets to non-null, receives
 > +				   CGEN_FIELDS operand descriptor.  */

Nit: there's a way to be typesafe here without requiring the inclusion
of cgen.h.  Just declare the structs.
[or you could include opcodes/cgen.h in dis-asm.h]


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