Re: [loongson-dev] [PATCH] Support Loongson FPU instructions to math-emu (was Illegal instruction with guile)

2011-10-29 Thread Wu Zhangjin
Hi, Mark Thanks very much for your work, will apply your patches. BTW, is there an easy way to test your patches? do you have such a test program? Best Regards, Wu Zhangjin On Sat, Oct 29, 2011 at 3:19 AM, Mark H Weaver wrote: > Hello all, > > Apologies if this has already been addressed, as I

Re: [loongson-dev] [PATCH] Support Loongson FPU instructions to math-emu (was Illegal instruction with guile)

2011-10-29 Thread Wu Zhangjin
Hi, Mark Seems some of your patches are common to MIPS, could you please send them to linux-mips mailing list[1] and CC to its maintainer: Ralf[2], the MIPS experts may give you more professional feedbacks. Since Ralf maintains the patches through patchwork which requires the patches as mail body

Re: [loongson-dev] [PATCH] Support Loongson FPU instructions to math-emu (was Illegal instruction with guile)

2011-10-29 Thread Mark H Weaver
Wu Zhangjin writes: > Thanks very much for your work, will apply your patches. > > BTW, is there an easy way to test your patches? do you have such a > test program? I have attached a partial test program. It could easily be made more comprehensive. You'll need to install a fixed GNU assembler

Re: [loongson-dev] [PATCH] Support Loongson FPU instructions to math-emu (was Illegal instruction with guile)

2011-10-29 Thread Mark H Weaver
Wu Zhangjin writes: > Thanks very much for your work, will apply your patches. > > BTW, is there an easy way to test your patches? do you have such a > test program? I have attached here a significantly improved version of the test program. Please disregard the earlier version. Best, M