Subject: CVS commit: pkgsrc/emulators/gxemul
From: Andreas Gustafsson
Date: 2018-08-08 15:53:48
Message id: 20180808135348.AEFBDFBEC@cvs.NetBSD.org

Log Message:
emulators/gxemul: check for MIPS divide overflow

When emulating the MIPS DIV and DDIV instructions, check for divide
overflow instead of performing the overflowing divide on the host and
crashing the emulator.  This is needed to run recent versions of the
NetBSD test suite on an emulated MIPS system.

Files:
RevisionActionfile
1.61modifypkgsrc/emulators/gxemul/Makefile
1.53modifypkgsrc/emulators/gxemul/distinfo
1.3modifypkgsrc/emulators/gxemul/patches/patch-src_cpus_cpu_mips_instr.cc