CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/06/05 15:57:12
Modified files: sys/arch/m88k/m88k: sig_machdep.c Log message: Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems to create subtle problems, and removing it does not prevent existing signal delivery tests from having the correct behaviour. And this is likely redundant with DAE processing in sigreturn. We should probably rewind if XIP_V is not set, but does this ever happen in real life? To be investigated on a rainy day. This seems to fix spurious signals encountered building libstdc++ and perl.