Path to this page:
Subject: CVS commit: pkgsrc/devel/nasm
From: Wen Heping
Date: 2014-10-29 09:10:03
Message id: 20141029081003.19ED298@cvs.netbsd.org
Log Message:
Update to 2.11.06
Upstream changes:
C.1.1 Version 2.11.06
Update AVX512 instructions based on the Extension Reference (319433-021 Sept 2014).
Fix the behavior of -MF and -MD options (Bugzilla 3392280)
Updated Win32 Makefile to fix issue with build
C.1.2 Version 2.11.05
Add --v as an alias for -v (see section 2.1.25), for command-line compatibility \
with Yasm.
Fix a bug introduced in 2.11.03 whereby certain instructions would contain \
multiple REX prefixes, and thus be corrupt.
C.1.3 Version 2.11.04
Removed an invalid error checking code. Sometimes a memref only with a \
displacement can also set an evex flag. For example:
vmovdqu32 [0xabcd]{k1}, zmm0
Fixed a bug in disassembler that EVEX.L'L vector length was not matched when \
EVEX.b was set because it was simply considered as EVEC.RC. Separated EVEX.L'L \
case from EVEX.RC which is ignored in matching.
C.1.4 Version 2.11.03
Fix a bug there REX prefixes were missing on instructions inside a TIMES statement.
Files: