summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
commit526a6c73904e9f07ee63dd76db06bd6687c4c849 (patch)
treeccf37a2d70ebbb10e0a48a3a965b7452e58ba943 /x86
parent5253f58c3679b9b21006567ad26a419904791645 (diff)
downloadnasm-526a6c73904e9f07ee63dd76db06bd6687c4c849.tar.gz
Rename insns-iflags.pl -> insns-iflags.ph, add missing dependency
insns-iflags.ph is included from another Perl script, so rename it .ph (Perl header). Add missing dependency to the main Makefile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'x86')
-rw-r--r--x86/insns-iflags.ph (renamed from x86/insns-iflags.pl)0
-rw-r--r--x86/insns.dat2
-rwxr-xr-xx86/insns.pl2
3 files changed, 2 insertions, 2 deletions
diff --git a/x86/insns-iflags.pl b/x86/insns-iflags.ph
index 84eda8f5..84eda8f5 100644
--- a/x86/insns-iflags.pl
+++ b/x86/insns-iflags.ph
diff --git a/x86/insns.dat b/x86/insns.dat
index 82d31034..c91f13fb 100644
--- a/x86/insns.dat
+++ b/x86/insns.dat
@@ -41,7 +41,7 @@
;
; For a detailed description of the code string (third field), please
; see insns.pl and the comment at the top of assemble.c. For a detailed
-; description of the flags (fourth field), please see insns-iflags.pl.
+; description of the flags (fourth field), please see insns-iflags.ph.
;
; Comments with a pound sign after the semicolon generate section
; subheaders in the NASM documentation.
diff --git a/x86/insns.pl b/x86/insns.pl
index 73390949..e6d3eee1 100755
--- a/x86/insns.pl
+++ b/x86/insns.pl
@@ -37,7 +37,7 @@
#
# Parse insns.dat and produce generated source code files
-require 'x86/insns-iflags.pl';
+require 'x86/insns-iflags.ph';
# Opcode prefixes which need their own opcode tables
# LONGER PREFIXES FIRST!