The target files tilegx/mul-tables.c and tilepri/mul-tables.c were
updated in SVN r255743, but the generator file that produces them
wasn't, so it was reverting this change during builds.
gcc/ChangeLog:
* config/tilepro/gen-mul-tables.cc (main): Define IN_TARGET_CODE to 1
in the target file.
printf ("/* Note this file is auto-generated from gen-mul-tables.cc.\n");
printf (" Make any required changes there. */\n");
printf ("\n");
+ printf ("#define IN_TARGET_CODE 1\n");
+ printf ("\n");
printf ("#include \"config.h\"\n");
printf ("#include \"system.h\"\n");
printf ("#include \"coretypes.h\"\n");