diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-12-04 20:00:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-12-04 20:00:01 +0000 |
commit | e22273d1879e8dad313605876290a7cd71dd5596 (patch) | |
tree | c498bfbb47c4cfd9f743ddadf0df362c68b4cfc9 /devel/yasm/distinfo | |
parent | 0de796fcf5e4e5186643819241dab013c7aadcf4 (diff) | |
download | pkgsrc-e22273d1879e8dad313605876290a7cd71dd5596.tar.gz |
Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.
New features since 0.2.2:
* ELF AMD64 and 32-bit shared object support (using the NASM notation
"WRT ..got", etc).
* STABS debugging format (enable with "-g stabs").
* NASM-like list format.
* XDF object format (64-bit basic format, similar in spirit to NASM's RDF).
* Dozens of bugfixes in x86 and AMD64 support.
* Numerous cross-platform build fixes.
* No perl dependencies for standard build.
* New man pages: yasm(1) and yasm_arch(7).
* Full support for ELF, including support for both AMD64 and 32-bit
x86 targets; note: for AMD64 output, the machine type must be set
to "amd64" using the "-m" command line option, e.g.
"yasm -m amd64 -f elf test.asm".
* Full warnings for integer overflow.
* Full support for AMD64 RIP-relative addressing; the two forms supported
are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative).
* Many AMD64 bugfixes including correct operand size handling (and o64
override); thanks to the many bug reports to help improve YASM in this area!
Diffstat (limited to 'devel/yasm/distinfo')
-rw-r--r-- | devel/yasm/distinfo | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index f0c6f922683..69a12b54eae 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:35 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/12/04 20:00:01 kristerw Exp $ -SHA1 (yasm-0.2.2.tar.gz) = 7d0a941de4ad047ce33d82cecaa20038b752754b -RMD160 (yasm-0.2.2.tar.gz) = a4e5131064eef34124eba8ee35f0252a96a132ec -Size (yasm-0.2.2.tar.gz) = 927830 bytes +SHA1 (yasm-0.4.0.tar.gz) = 46f3666b0aabd64898066c37c4a3141dc7e94129 +RMD160 (yasm-0.4.0.tar.gz) = 714b54d30208112f012564f9ec4860375eae65d2 +Size (yasm-0.4.0.tar.gz) = 1116987 bytes +SHA1 (patch-aa) = 30430443ba6826fd55019f02947bf287ffbd109c +SHA1 (patch-ab) = 41d6252586451e624f6cabd1e7335b50344f4d06 +SHA1 (patch-ac) = bdc920d91cd6a1cf3a8382be2dda071bc362b257 |