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/Makefile | |
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/Makefile')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |