summaryrefslogtreecommitdiff
path: root/devel/yasm
diff options
context:
space:
mode:
authorminskim <minskim>2007-10-21 23:41:59 +0000
committerminskim <minskim>2007-10-21 23:41:59 +0000
commit3edf41fb98de708c7b3144f532681f5f18882a0f (patch)
treec0cfffa8f32f90143303ff3387be303936b39911 /devel/yasm
parent16d82efa9561eeadbd206c5e5f2707146bd91ee9 (diff)
downloadpkgsrc-3edf41fb98de708c7b3144f532681f5f18882a0f.tar.gz
Update yasm to 0.6.2.
Changes: - AMD SSE4a and SSE5 instruction support. - AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support. - 16-bit float value (IEEE-754r half precision) support (desirable for SSE5). - Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq". - Added easier RIP-relative addressing with rel/abs modifiers and "default" directive to set default rel/abs mode (see AMD64 for details). - CPP preprocessor. Contributed by Paul Barker - GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee - GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo - Command line aliases for -d (-D) and -u (-U) for increased NASM command line compatibility. Requested by Mike Frysinger - ..gotpc ELF32 bugfix: #114 - Minor bugfixes (CPU setting for a few instructions, hash lookup).
Diffstat (limited to 'devel/yasm')
-rw-r--r--devel/yasm/Makefile4
-rw-r--r--devel/yasm/PLIST5
-rw-r--r--devel/yasm/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 566b1df19a8..35d23fa22f8 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/07/08 11:45:47 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2007/10/21 23:41:59 minskim Exp $
#
-DISTNAME= yasm-0.6.1
+DISTNAME= yasm-0.6.2
CATEGORIES= devel
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
diff --git a/devel/yasm/PLIST b/devel/yasm/PLIST
index b5dbad4ba7a..982bab1a4bd 100644
--- a/devel/yasm/PLIST
+++ b/devel/yasm/PLIST
@@ -1,21 +1,20 @@
-@comment $NetBSD: PLIST,v 1.6 2007/03/08 19:09:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/10/21 23:41:59 minskim Exp $
bin/yasm
include/libyasm-stdint.h
include/libyasm.h
include/libyasm/arch.h
include/libyasm/assocdat.h
-include/libyasm/bc-int.h
include/libyasm/bitvect.h
include/libyasm/bytecode.h
include/libyasm/compat-queue.h
include/libyasm/coretype.h
include/libyasm/dbgfmt.h
include/libyasm/errwarn.h
-include/libyasm/expr-int.h
include/libyasm/expr.h
include/libyasm/file.h
include/libyasm/floatnum.h
include/libyasm/hamt.h
+include/libyasm/insn.h
include/libyasm/intnum.h
include/libyasm/inttree.h
include/libyasm/linemap.h
diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo
index 06d463d9f9c..df8d3caabf5 100644
--- a/devel/yasm/distinfo
+++ b/devel/yasm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/07/08 11:45:47 wiz Exp $
+$NetBSD: distinfo,v 1.8 2007/10/21 23:42:00 minskim Exp $
-SHA1 (yasm-0.6.1.tar.gz) = a3f5d9686a3281f91de88dafc1584b11532c3755
-RMD160 (yasm-0.6.1.tar.gz) = 42a20c5e34d5d32e829fefad4e33715eec19a7d7
-Size (yasm-0.6.1.tar.gz) = 1197893 bytes
+SHA1 (yasm-0.6.2.tar.gz) = cf3e09fa7847e17427f0b1f03f63cfbdba33a014
+RMD160 (yasm-0.6.2.tar.gz) = 16add3a87b31c14c7496c22d8f1e1d490aa2342e
+Size (yasm-0.6.2.tar.gz) = 1258582 bytes