On 08/05/2015 02:45 PM, Crestez Dan Leonard wrote: > Hello, > > Those patches were on top of an older version. I just rebased on top of latest release 2.8 and only encountered a minor conflict. There are no further conflicts when rebasing on top of latest master. I pushed the branches here: > > https://github.com/cdleonard/systemtap/commits/mips-2.8 > https://github.com/cdleonard/systemtap/commits/mips-master > > Regards, > Leonard Hi Leonard, Thanks for the pointers to current git trees with the patches. I found that the div instruction for the mips processor is not coded correctly and the "make installcheck" smoke test fails as a result. Attached is a patch to fix that and allow the systemtap.base/arith.exp test to pass. With this patch the mips-master branch will run the "make installcheck" testsuite on a 32-bit mips processor -Will