nasm/macros
H. Peter Anvin f29123b936 smartalign.mac: Ignore smartalign in preprocess-only mode
When running in preprocess-only mode generate the equivalent of
standard alignment using nops.  This at the very least allows some
kind of reasonable output and allows for dependency generation to
proceed; the only way to *really* address this problem is to move
alignment generation into the assembler proper; this would also allow
the align/alignb distinction to be removed and handle padding with
instructions which are more than one byte.

This should resolve bug 3392319.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2016-01-15 11:03:40 -08:00
..
altreg.mac Add copyright headers to standard macro packages 2009-06-28 17:18:13 -07:00
fp.mac New %use package "fp" 2010-05-07 13:42:09 -07:00
ifunc.mac eval: add general support for "integer functions" and add ilog2*() 2012-05-31 10:25:37 -07:00
smartalign.mac smartalign.mac: Ignore smartalign in preprocess-only mode 2016-01-15 11:03:40 -08:00