summaryrefslogtreecommitdiff
path: root/emulators/spim/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-10-17Fix build with gcc4 on -current.markd1-1/+2
2006-04-24Rework Imakefile so manual pages are actually installed.markd1-2/+2
Bump PKGREVISION.
2006-01-12Fix errno.joerg1-1/+2
2005-09-12Fetch correct distfileadam1-4/+4
2005-07-17Update spim to 7.1.kristerw1-5/+6
Changes since 6.5 includes * Upgraded simulator to MIPS32, Version 1 architecture (except details of FPU and memory). * Exceptions and interrupts reimplemented, to make them closer to the actual hardware. * Memory mapped IO console reimplemented to make it work properly. * Implemented timer in CPU. * Improved implementation of delayed load instructions. as well as many minor changes. Fixes PR pkg/30227 reported from Michai Ramakers.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2003-02-04update to spim-6.5. Old distfile (of the same name) is no longer available.dmcmahill1-3/+3
While here use DIST_SUBDIR due to non-versioning of the distfile name. Changes appear to be a handful of bug fixes.
2002-04-29Upgrade to 6.4jschauma1-3/+3
Changes from 6.3: - PCSpim no longer shifts the focus of the register and data segments when values change. - fixed bug in the expansion of USH pseudo-op. - Add system calls for open, close, read, and write. - Fixed the Configure file to work with Mac OSX. - Made the REM pseudo-op require 3 arguments. - Fixed PCSpim dumping code to dump contents of console window. - Treat LUI's immediate value as unsigned, as it is not sign extended. - More error checking for malformed programs. - Make symbol "main" as global. - Avoid clearing last few bytes of data segments when they expand. - Check that high-order 4 bits in jump instruction's PC match bits in target PC. Changes from 6.2: - PCSpim interface simplified to 4 fixed panes, similar to xspim, which permit cut and paste. - PCSpim console stays on the screen after assembly program terminates. - Comments in assembly source displayed in text segment. - NOP is standardized to sll $0 $0 0 (= 0x00000000) - Fixed several bugs and missed optimization in computing immediate values in lw/sw instruction sequences. - High 2 bits in negative branch offsets were incorrect. - Display floating point registers with up to 18 digits of precision. - New spim command (print_all_regs) prints all registers. - Minor changes to compile spim under cygwin for Windows. - Validate the range of immediate values in MIPS (but not pseudo) instructions. - Fixed display of stack with non-word aligned $sp. - New flags: * -delayed-branches Simulate MIPS delayed control transfers for branches, jumps, and calls * -delayed-loads Simulate MIPS non-interlocked loads. (approved by hubertf)
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo