On Tue, Nov 10, 2009 at 8:25 AM, ddmetro <puzzle...@gmail.com> wrote: > > Hi All, > We are adding a new pass for - structural hazard optimization - in > gcc. > We have added a rtl_opt_pass variable(pass_sched3) declaration in > tree-pass.h and defined the same in a new file - sched-by-category.c > We then added a target in gcc/Makefile.in, as follows: > sched-by-category.o
You forgot to add sched-by-category.o to the OBJS-common variable in Makefile.in. Thanks, Andrew Pinski