Re: how to get the .dfa output file in gcc

2009-10-06 Thread Ben Elliston
On Sat, 2009-10-03 at 11:37 -0700, ddmetro wrote: > 1. In the initiate_automaton_gen() function of 'genautomata.c', initialize > the v_flag variable to 1 i.e., v_flag = 1; It should not be necessary to do this. Can you retry with the .md syntax? Ben

Re: how to get the .dfa output file in gcc

2009-10-03 Thread ddmetro
Hi All, Got the output i386.dfa file in the location - {$gcc_home}/host-i686-pc-linux-gnu/gcc. Followed 2 steps: 1. In the initiate_automaton_gen() function of 'genautomata.c', initialize the v_flag variable to 1 i.e., v_flag = 1; 2. Build target 'insn-automata.c'. -Dhiraj -- V