diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-25 11:03:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-25 11:03:30 +0000 |
commit | b70bb9a81a6147d9060033d0ab6d39ead28ee2c5 (patch) | |
tree | eb49e6376e6bb1e9b16b930950522aab4ceac4f9 /emulators/gxemul | |
parent | 9f3b6a74ac93b9a4bd58c9ac58cfdcab33e657a5 (diff) | |
download | pkgsrc-b70bb9a81a6147d9060033d0ab6d39ead28ee2c5.tar.gz |
Update to 0.3.5.
The user-visible changes between release 0.3.4 and 0.3.5 are minor, and
can be summarized as follows:
o) Updates to the (old) binary translation subsystem, resulting
in minor speed improvements.
o) 64-bit MIPS dmult/dmultu has been fixed.
o) slt* instructions for 64-bit MIPS were incorrectly implemented
in the i386 backend. This has been fixed.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index f56341ce830..14ead7c041f 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2005/06/28 11:49:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2005/08/25 11:03:30 xtraeme Exp $ # -DISTNAME= gxemul-0.3.4 +DISTNAME= gxemul-0.3.5 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 52ca7bb4e43..4d3cb617895 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/06/28 11:49:58 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2005/08/25 11:03:30 xtraeme Exp $ -SHA1 (gxemul-0.3.4.tar.gz) = 318706f3ab021559fb2be4f87799ce140251a2df -RMD160 (gxemul-0.3.4.tar.gz) = 3709541e4a5fc97a3f5b3da559ab0c3d94002606 -Size (gxemul-0.3.4.tar.gz) = 1267855 bytes +SHA1 (gxemul-0.3.5.tar.gz) = 8701136ec018d99636231bf0d8b6fef95df47355 +RMD160 (gxemul-0.3.5.tar.gz) = bab15a2591d2b99ae45db66f80c26159a68743d4 +Size (gxemul-0.3.5.tar.gz) = 1284846 bytes |