Subject: CVS commit: pkgsrc/devel/nasm
From: Adam Ciarcinski
Date: 2018-12-18 10:24:33
Message id: 20181218092433.94683FB16@cvs.NetBSD.org

Log Message:
nasm: updated to 2.14

Version 2.14

Changed -I option semantics by adding a trailing path separator unconditionally.

Fixed null dereference in corrupted invalid single line macros.

Fixed division by zero which may happen if source code is malformed.

Fixed out of bound access in processing of malformed segment override.

Fixed out of bound access in certain EQU parsing.

Fixed buffer underflow in float parsing.

Added SGX (Intel Software Guard Extensions) instructions.

Added +n syntax for multiple contiguous registers.

Fixed subsections_via_symbols for macho object format.

Added the --gprefix, --gpostfix, --lprefix, and --lpostfix command line options, \ 
to allow command line base symbol renaming. See section 2.1.28.

Allow label renaming to be specified by %pragma in addition to from the command \ 
line. See section 6.9.

Supported generic %pragma namespaces, output and debug. See section 6.10.

Added the --pragma command line option to inject a %pragma directive. See \ 
section 2.1.29.

Added the --before command line option to accept preprocess statement before \ 
input. See section 2.1.30.

Added AVX512 VBMI2 (Additional Bit Manipulation), VNNI (Vector Neural Network), \ 
BITALG (Bit Algorithm), and GFNI (Galois Field New Instruction) instructions.

Added the STATIC directive for local symbols that should be renamed using \ 
global-symbol rules. See section 6.8.

Allow a symbol to be defined as EXTERN and then later overridden as GLOBAL or \ 
COMMON. Furthermore, a symbol declared EXTERN and then defined will be treated \ 
as GLOBAL. See section 6.5.

The GLOBAL directive no longer is required to precede the definition of the symbol.

Support private_extern as macho specific extension to the GLOBAL directive. See \ 
section 7.8.5.

Updated UD0 encoding to match with the specification

Added the --limit-X command line option to set execution limits. See section 2.1.31.

Updated the Codeview version number to be aligned with MASM.

Added the --keep-all command line option to preserve output files. See section \ 
2.1.32.

Added the --include command line option, an alias to -P (section 2.1.18).

Added the --help command line option as an alias to -h (section 3.1).

Added -W, -D, and -Q suffix aliases for RET instructions so the operand sizes of \ 
these instructions can be encoded without using o16, o32 or o64.

Files:
RevisionActionfile
1.60modifypkgsrc/devel/nasm/Makefile
1.31modifypkgsrc/devel/nasm/distinfo
1.3modifypkgsrc/devel/nasm/patches/patch-Makefile.in
1.3modifypkgsrc/devel/nasm/patches/patch-doc_Makefile.in
1.1removepkgsrc/devel/nasm/patches/patch-include_nasmlib.h