This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Build regression [Re: [PATCH] AMD bdver2 processors 2/2 - TBM]
On Fri, 14 Jan 2011 23:22:42 +0100, Quentin Neill wrote:
> * i386-init.h: Regenerated.
> * i386-tbl.h: Regenerated
These files were not regenerated and CVS HEAD now fails to build:
In file included from i386-opc.c:25:0:
i386-tbl.h:29:9: error: missing initializer
i386-tbl.h:29:9: error: (near initialization for ‘i386_optab[0].cpu_flags.bitfield.unused’)
[...]
It gets fixed by:
rm opcodes/i386-init.h; make -C opcodes i386-gen; make -C opcodes i386-init.h
I guess I would need an approval for such commit anyway.
Thanks,
Jan