Update to 1.0.0:
Changes: This release adds GAS syntax preprocessor support, Visual Studio 2010 integration, and support for AMD XOP, FMA4, and CVT16 instructions. It also incorporates many bugfixes.
This commit is contained in:
parent
e62bef0286
commit
322523e9ae
3 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.25 2009/07/22 21:14:24 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2010/04/23 21:32:00 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= yasm-0.8.0
|
||||
DISTNAME= yasm-1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2009/07/22 21:14:24 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2010/04/23 21:32:00 wiz Exp $
|
||||
bin/vsyasm
|
||||
bin/yasm
|
||||
bin/ytasm
|
||||
include/libyasm-stdint.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2009/07/22 21:14:24 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.13 2010/04/23 21:32:00 wiz Exp $
|
||||
|
||||
SHA1 (yasm-0.8.0.tar.gz) = 9d04e1c24c3f21b040fb298f3ec2f4dab252c569
|
||||
RMD160 (yasm-0.8.0.tar.gz) = bec5b791f9ec121c52858f726943203901e6b7e7
|
||||
Size (yasm-0.8.0.tar.gz) = 1419273 bytes
|
||||
SHA1 (yasm-1.0.0.tar.gz) = 62830302138bae74572f320cc9672efb5b5724a2
|
||||
RMD160 (yasm-1.0.0.tar.gz) = 82894330883ff692a7427dffdea2189ded7de293
|
||||
Size (yasm-1.0.0.tar.gz) = 1413534 bytes
|
||||
|
|
Loading…
Reference in a new issue