Re: insn_condition table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"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

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux