On Thu, May 31, 2012 at 5:35 PM, Richard Sandiford <rdsandif...@googlemail.com> wrote: > Matt Turner <matts...@gmail.com> writes: >> On Sat, Feb 25, 2012 at 3:11 AM, Richard Sandiford >> <rdsandif...@googlemail.com> wrote: >>> Matt Turner <matts...@gmail.com> writes: >>>> The r4600_imul and r4600_idiv reservations were correct for si, but >>>> there were no *_di reservations. >>>> >>>> See page 4 of >>>> http://www.sgistuff.net/hardware/other/documents/R4600_Prod_OV.pdf >>>> >>>> 2012-02-24 Matt Turner <matts...@gmail.com> >>>> >>>> * config/mips/4600.md (r4600_imul_si): Rename from r4600_imul. >>>> (r4600_imul_di): New. >>>> (r4600_idiv_si): Rename from r4600_idiv. >>>> (r4600_idiv_di): New. >>> >>> Both patches look good, thanks. Will commit once 4.8 is open and the >>> copyright assignment is sorted. >>> >>> Richard >> >> Copyright assignment is sorted. Please commit. :) > > Applied this one. Part 2 seems to be based on a different version > of driver-native.c though. > > Thanks for perservering. :-) > > Richard
Thanks a lot! Ah, right, 2/2 was written before IRIX support was removed and changed driver-native.c significantly. Updated patch in your inbox shortly. Thanks! Matt