pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/yasm Update yasm to 0.6.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f9a6ee5667a
branches: trunk
changeset: 534450:0f9a6ee5667a
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Oct 21 23:41:59 2007 +0000
description:
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:
devel/yasm/Makefile | 4 ++--
devel/yasm/PLIST | 5 ++---
devel/yasm/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (53 lines):
diff -r 7135d4b45858 -r 0f9a6ee5667a devel/yasm/Makefile
--- a/devel/yasm/Makefile Sun Oct 21 17:53:20 2007 +0000
+++ b/devel/yasm/Makefile Sun Oct 21 23:41:59 2007 +0000
@@ -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 -r 7135d4b45858 -r 0f9a6ee5667a devel/yasm/PLIST
--- a/devel/yasm/PLIST Sun Oct 21 17:53:20 2007 +0000
+++ b/devel/yasm/PLIST Sun Oct 21 23:41:59 2007 +0000
@@ -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 -r 7135d4b45858 -r 0f9a6ee5667a devel/yasm/distinfo
--- a/devel/yasm/distinfo Sun Oct 21 17:53:20 2007 +0000
+++ b/devel/yasm/distinfo Sun Oct 21 23:41:59 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index