On 12/08/2014 11:23 AM, Jan-Benedict Glaw wrote:
On Fri, 2014-11-21 08:45:11 -0500, Andrew MacLeod <amacl...@redhat.com> wrote:
During the flattening of optabs.h, I updated all the config/* files
which were affected. I've been getting spurious failures with
config-list.mk where my changes would "disappear" and tracked down
why.
I was blissfully unaware that the tilepro ports mul-tables.c file is
actually generated from gen-mul-tables.cc.
This patch fixes the include issue by adding "#include insn-codes.h"
to the generated files. I also added a comment indicating these are
generated files, and to make changes in the generator.
This allows all the tile* ports to compile properly again.
OK for trunk?
Seems this wasn't ever ACKed or applied up to now? I'm still seeing
compilation errors for the tile targets, see eg.
http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=382169
MfG, JBG
Now checked in, revision 218624
Andrew