diff options
author | minskim <minskim@pkgsrc.org> | 2008-06-18 21:30:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-06-18 21:30:15 +0000 |
commit | f077fa192aee634288ca468c5f4fe0c69c762ac1 (patch) | |
tree | a38817dc72e8d9ef94adc59033bee139f867aa56 | |
parent | 3a9858ff0eb18122aaa6f512377f7759384a7f09 (diff) | |
download | pkgsrc-f077fa192aee634288ca468c5f4fe0c69c762ac1.tar.gz |
Update gxemul to 0.4.6.5.
Changes since 0.4.6.1:
* Applying a patch from Oleksandr Tymoshenko for the wdc device, fixing the
order of 16-bit words within 32-bit words in the identify struct, and the
error register is not cleared on reads any more.
* The disk device used in the test machines can now access disk images
larger than 4 GBs when emulating 32-bit architectures (as suggested by
Julian Elischer).
* For ARM emulation, a special case for PC-relative load which wasn't
implemented before has now been implemented. (The problem could be
triggered by attempting large builds using NetBSD's pkgsrc inside e.g.
NetBSD/cats.)
* The ARM 'bkpt' instruction has been implemented (patch from Jiri Svoboda).
-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 7ab57e900d9..db11acf14e8 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2008/05/26 02:13:18 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/18 21:30:15 minskim Exp $ # -DISTNAME= gxemul-0.4.6.1 +DISTNAME= gxemul-0.4.6.5 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index f102b1db9fd..e7b05baae9b 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2008/01/04 22:31:01 xtraeme Exp $ +$NetBSD: distinfo,v 1.24 2008/06/18 21:30:15 minskim Exp $ -SHA1 (gxemul-0.4.6.1.tar.gz) = 7b746e6951b8040f16d8056cf0d244bdb7f34160 -RMD160 (gxemul-0.4.6.1.tar.gz) = 0aa7977f0ad2fd095a219075dab61119bc6574a8 -Size (gxemul-0.4.6.1.tar.gz) = 2186644 bytes +SHA1 (gxemul-0.4.6.5.tar.gz) = 9eaee8a7f0ce811199e206b736e87208b0b6fe29 +RMD160 (gxemul-0.4.6.5.tar.gz) = edc2a51d13e5c0e85a6cd5ac54d63aa605b22275 +Size (gxemul-0.4.6.5.tar.gz) = 2187357 bytes |