Path to this page:
Subject: CVS commit: pkgsrc/devel/nasm
From: Adam Ciarcinski
Date: 2017-02-14 09:05:30
Message id: 20170214080530.DD7C1FBE3@cvs.NetBSD.org
Log Message:
Version 2.12.02
Fix preprocessor errors, especially %error and %warning, inside %if statements.
Fix relative relocations in 32-bit Mach-O.
More Codeview debug format fixes.
If the MASM PTR keyword is encountered, issue a warning. This is much more \
likely to indicate a MASM-ism encountered in NASM than it is a valid label. This \
warning can be suppressed with -w-ptr, the [warning] directive (see section \
2.1.24) or by the macro definition %idefine ptr %??.
When an error or a warning comes from the expansion of a multi-line macro, \
display the file and line numbers for the expanded macros. Macros defined with \
.nolist do not get displayed.
Add macros ilog2fw() and ilog2cw() to the ifunc macro package.
Files: