iflag: Fix dependencies, factor out static components of iflag.h
authorH. Peter Anvin <hpa@zytor.com>
Sun, 24 Nov 2013 19:13:10 +0000 (11:13 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 24 Nov 2013 19:13:10 +0000 (11:13 -0800)
commit45a22d9a6147c320b6754679de54a8290de3c5e3
treeba4fe7f527010f2b6d76895a3bce0715bde224f5
parent015774dc3fee2aa1a96718e5097fb8045ef020a3
iflag: Fix dependencies, factor out static components of iflag.h

Multi-dependencies don't work as expected, especially not across Make
versions, this is why we don't use them and read the instructions list
multiple times.

iflag.h has a lot of static content, so factor out the static content.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
.gitignore
Makefile.in
iflag.h [new file with mode: 0644]
insns-iflags.pl
insns.pl