"Bharati Bhole" <bharati.bhole@xxxxxxxxx> writes: > Could anybody please tell me when the insn_condition table is filled? > The executable of genrecog is called with .md file as argument, but > before the execution starts ie before stepping into main() the > insn_condition table gets already filled. i tried to trace through > debugger and put a break point on main(). Before doing step in main() > the insn_condition table was filled. > Please tell me when it get filles. genconditions creates build/gencondmd.c which contains the statically initialized array insn_conditions. genrecog is linked against gencondmd.o. Ian