nasm: updated to 2.13.02
Version 2.13.02 * Fix false positive in testing of numeric overflows. * Fix generation of {PEXTRW} instruction. * Fix {smartalign} package which could trigger an error during optimization if the alignment code expanded too much due to optimization of the previous code. * Fix a case where negative value in {TIMES} directive causes panic instead of an error. * Always finalize {.debug_abbrev} section with a null in {dwarf} output format. * Support {debug} flag in section attributes for {macho} output format. See {machosect}. * Support up to 16 characters in section names for {macho} output format. * Fix missing update of global {BITS} setting if {SECTION} directive specified a bit size using output format-specific extensions (e.g. {USE32} for the {obj} output format.) * Fix the incorrect generation of VEX-encoded instruction when static mode decorators are specified on scalar instructions, losing the decorators as they require EVEX encoding. * Option {-MW} to quote dependency outputs according to Watcom Make conventions instead of POSIX Make conventions. See {opt-MW}. * The {obj} output format now contains embedded dependency file information, unless disabled with {%pragma obj nodepend}. See {objdepend}. * Fix generation of dependency lists. * Fix a number of null pointer reference and memory allocation errors. * Always generate symbol-relative relocations for the {macho64} output format; at least some versions of the XCode/LLVM linker fails for section-relative relocations.
This commit is contained in:
parent
b86258c20a
commit
db29540bec
2 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.55 2017/08/11 22:17:34 maya Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2017/12/11 09:02:54 adam Exp $
|
||||
|
||||
DISTNAME= nasm-2.13.01
|
||||
DISTNAME= nasm-2.13.02
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -10,8 +10,6 @@ HOMEPAGE= http://www.nasm.us/
|
|||
COMMENT= General-purpose x86 assembler
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
#AUTO_MKDIRS= yes
|
||||
|
||||
USE_TOOLS+= gmake makeinfo perl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.27 2017/05/18 21:44:42 adam Exp $
|
||||
$NetBSD: distinfo,v 1.28 2017/12/11 09:02:54 adam Exp $
|
||||
|
||||
SHA1 (nasm-2.13.01.tar.xz) = b2ff7fbb085cfc7ba29f48cd79cb1e88bbcc128b
|
||||
RMD160 (nasm-2.13.01.tar.xz) = 04a53df091350466ec5bb270662ac0da63a5d219
|
||||
SHA512 (nasm-2.13.01.tar.xz) = 6561a2efb3ffea77a1a8cd364edf1ecedb2c14e1902469d7c59d743f25ca612529113d1099818abbe0a9f2592f12604f1810855bbdf8dc9de3648094a83529ae
|
||||
Size (nasm-2.13.01.tar.xz) = 800244 bytes
|
||||
SHA1 (nasm-2.13.02.tar.xz) = 9f2e5f95d7966fe609c7c20771d64254ee77204e
|
||||
RMD160 (nasm-2.13.02.tar.xz) = 4806988e6e921b4feae76e44341f6f6e3162853e
|
||||
SHA512 (nasm-2.13.02.tar.xz) = 62b9db259f24bda428eb1532aa262df10e5352008cd8b4570ed31e20d9e966ad580b8084e9f4589a14f8dde2230289695bee4fbab0f6beb9d5f9c89f837307bd
|
||||
Size (nasm-2.13.02.tar.xz) = 805744 bytes
|
||||
SHA1 (patch-Makefile.in) = a85054afeb827b61b0db3352825088454e3013d4
|
||||
SHA1 (patch-doc_Makefile.in) = 20bb04e4fb00ec14d1e2bb31a3fe2497673132ef
|
||||
|
|
Loading…
Reference in a new issue