[Lunar-commits] <moonbase> yasm: version bumped to 0.7.2.
Florin Braescu
florin at lunar-linux.org
Fri Oct 10 05:03:58 CEST 2008
commit 669ecca5e6a738eb7afb09709d46578e237c756b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Oct 10 06:03:58 2008 +0300
yasm: version bumped to 0.7.2.
his release adds 64-bit Mach-O PIC support, --prefix and --suffix
options for naming globals, and support for newly specified AVX/AES
instructions not in the original spec. It also generates a GOTPCREL
relocation for "rel wrt ..gotpc" and optimizes non-strict push to
byte size in all possible cases, along with several other fixes.
---
compilers/yasm/DETAILS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/compilers/yasm/DETAILS b/compilers/yasm/DETAILS
index 7d4ed46..2caff9c 100644
--- a/compilers/yasm/DETAILS
+++ b/compilers/yasm/DETAILS
@@ -1,11 +1,11 @@
MODULE=yasm
- VERSION=0.7.1
+ VERSION=0.7.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.tortall.net/projects/yasm/releases
- SOURCE_VFY=sha1:c8adeb363ef52ee67c6e8e3041b509330aa30c87
- WEB_SITE=http://www.tortall.net/projects/yasm
+ SOURCE_URL=http://www.tortall.net/projects/$MODULE/releases
+ SOURCE_VFY=sha1:0ec7bddb07747a70f4e492c9033271207c970057
+ WEB_SITE=http://www.tortall.net/projects/$MODULE
ENTERED=20051007
- UPDATED=20080522
+ UPDATED=20081010
SHORT="A complete rewrite of the NASM assembler"
cat << EOF
More information about the Lunar-commits
mailing list