preproc: add plumbing for the %pragma directive
commitbc7f4fe2759cc0ba7e149c4e7d1e06ebed5ea8ee
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 4 Oct 2016 21:57:17 +0000 (4 14:57 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 4 Oct 2016 21:57:17 +0000 (4 14:57 -0700)
treeea53b7c60895ccd81cd9058440921e944bf1448d
parent76c49379b7c92ea0c1395d3b186ecc8bddeae5c8
preproc: add plumbing for the %pragma directive

Plumb the %pragma directive through the preprocessor and make it
generate an assembly directive unless given as %pragma preproc.  So
far no actual pragmas are actually defined.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/directiv.dat
asm/nasm.c
asm/preproc.c