pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nasm



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May  7 05:02:59 UTC 2016

Modified Files:
        pkgsrc/devel/nasm: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/nasm/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/nasm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index