Subject: CVS commit: pkgsrc/devel/nasm
From: Wen Heping
Date: 2016-05-07 07:02:59
Message id: 20160507050259.243C1FBBA@cvs.NetBSD.org

Log Message:
Update to 2.12.01

Upstream changes:
Version 2.12.01

    Portability fixes for some platforms.
    Fix error when not specifying a list file.
    Correct the handling of macro-local labels in the Codeview debugging format.
    Add CLZERO, MONITORX and MWAITX instructions.

Version 2.12

    Major fixes to the macho backend (section 7.8); earlier versions would \ 
produce invalid symbols and relocations on a regular basis.
    Support for thread-local storage in Mach-O.
    Support for arbitrary sections in Mach-O.
    Fix wrong negative size treated as a big positive value passed into backend \ 
causing NASM to crash.
    Fix handling of zero-extending unsigned relocations, we have been printing \ 
wrong message and forgot to assign segment with predefined value before passing \ 
it into output format.
    Fix potential write of oversized (with size greater than allowed in output \ 
format) relative relocations.
    Portability fixes for building NASM with LLVM compiler.
    Add support of Codeview version 8 (cv8) debug format for win32 and win64 \ 
formats in the COFF backend, see section 7.5.3.
    Allow 64-bit outputs in 16/32-bit only backends. Unsigned 64-bit relocations \ 
are zero-extended from 32-bits with a warning (suppressible via -w-zext-reloc); \ 
signed 64-bit relocations are an arror.
    Line numbers in list files now correspond to the lines in the source files, \ 
instead of simply being sequential.
    There is now an official 64-bit (x64 a.k.a. x86-64) build for Windows.

Version 2.11.09

    Fix potential stack overwrite in macho32 backend.
    Fix relocation records in macho64 backend.
    Fix symbol lookup computation in macho64 backend.
    Adjust .symtab and .rela.text sections alignments to 8 bytes in elf64 backed.
    Fix section length computation in bin backend which leaded in incorrect \ 
relocation records.

Files:
RevisionActionfile
1.51modifypkgsrc/devel/nasm/Makefile
1.25modifypkgsrc/devel/nasm/distinfo