diff options
author | wiz <wiz> | 2008-04-25 07:21:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-25 07:21:20 +0000 |
commit | c8783219301d22b75bd9ce6de52f5aaac59245b2 (patch) | |
tree | 3f23c27230b5dac84268a83a8b6068785df38377 /devel/yasm | |
parent | 7bb755436d83d5257ecae3de8244e12efbb9c28e (diff) | |
download | pkgsrc-c8783219301d22b75bd9ce6de52f5aaac59245b2.tar.gz |
Update to 0.7.0:
Changes from 0.6.2 to 0.7.0:
* Intel Advanced Vector Extensions (AVX) instruction support.
* Multi-section binary support (see #71, #99, [2010]).
* Add support for ELF32 and ELF64 TLS (thread local storage)
relocations.
* Allow use of 0X in addition to 0x to prefix hex constants (#127).
* Allow underscores in hex, binary, and octal constants (e.g.
0111_1111b).
* Fix memory sizes on SSE/SSE2 instructions (#119).
* Allow standalone prefixes (#122).
* Simplify new varieties of sym-sym values (#124).
* Support SAFESEH directive for win32 SEH handlers (#130).
* Enable sym@FOO constructs in GAS parser.
* SSE5 condition code support.
* Other bugfixes.
Diffstat (limited to 'devel/yasm')
-rw-r--r-- | devel/yasm/Makefile | 4 | ||||
-rw-r--r-- | devel/yasm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 35d23fa22f8..9da84d4928d 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2007/10/21 23:41:59 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2008/04/25 07:21:20 wiz Exp $ # -DISTNAME= yasm-0.6.2 +DISTNAME= yasm-0.7.0 CATEGORIES= devel MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index df8d3caabf5..7e6eae49243 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/10/21 23:42:00 minskim Exp $ +$NetBSD: distinfo,v 1.9 2008/04/25 07:21:20 wiz Exp $ -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 +SHA1 (yasm-0.7.0.tar.gz) = 0dd6b4c2761c17575d0eaee6a18fea2bd5e35794 +RMD160 (yasm-0.7.0.tar.gz) = ffc0e048af4df05f0e05152a8052edeb0dfe5765 +Size (yasm-0.7.0.tar.gz) = 1412163 bytes |