summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 22:05:49 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 22:12:11 -0700
commit418138c8f2d1b25152e081c984e88b284660b789 (patch)
tree50a3722874cffe1b4f9a74c033a9cab53ff356de /Mkfiles
parent32f74640767d659f9767826cebb6bbddf66b4500 (diff)
downloadnasm-418138c8f2d1b25152e081c984e88b284660b789.tar.gz
iflags: move definitions to a separate file; auto-generate more
Move the definitions to a separate file, in order to separate code from data better. We can auto-generate more information about the instruction flags, so let's do so. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak2
-rw-r--r--Mkfiles/openwcom.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 91fdb906..25667a37 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -146,7 +146,7 @@ PERLREQ = x86\insnsb.c x86\insnsa.c x86\insnsd.c x86\insnsi.h x86\insnsn.c \
asm\warnings.c include\warnings.h \
version.h version.mac version.mak nsis\version.nsh
-INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph
+INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
x86\iflag.c: $(INSDEP)
$(RUNPERL) $(srcdir)\x86\insns.pl -fc \
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index 1fd517c9..1a0c3d10 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -159,7 +159,7 @@ PERLREQ = x86\insnsb.c x86\insnsa.c x86\insnsd.c x86\insnsi.h x86\insnsn.c &
asm\warnings.c include\warnings.h &
version.h version.mac version.mak nsis\version.nsh
-INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph
+INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
x86\iflag.c: $(INSDEP)
$(RUNPERL) $(srcdir)\x86\insns.pl -fc &