Re: [SH] PR 55303 - Add basic support for SH2A clip insns

2013-03-05 Thread Kaz Kojima
Oleg Endo wrote: > OK for 4.8 trunk or 4.9? :) Sorry, I've missed the trunk part. OK for 4.9. Regards, kaz

Re: [SH] PR 55303 - Add basic support for SH2A clip insns

2013-03-05 Thread Oleg Endo
On Wed, 2013-03-06 at 07:37 +0900, Kaz Kojima wrote: > Oleg Endo wrote: > > This adds basic support for the SH2A clips and clipu instructions. > > Tested on rev 196406 with > > make -k check RUNTESTFLAGS="--target_board=sh-sim > > \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" > >

Re: [SH] PR 55303 - Add basic support for SH2A clip insns

2013-03-05 Thread Kaz Kojima
Oleg Endo wrote: > This adds basic support for the SH2A clips and clipu instructions. > Tested on rev 196406 with > make -k check RUNTESTFLAGS="--target_board=sh-sim > \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" > > and no new failures. > > OK for trunk or 4.9? OK. Regards,

[SH] PR 55303 - Add basic support for SH2A clip insns

2013-03-05 Thread Oleg Endo
Hi, This adds basic support for the SH2A clips and clipu instructions. Tested on rev 196406 with make -k check RUNTESTFLAGS="--target_board=sh-sim \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" and no new failures. OK for trunk or 4.9? Cheers, Oleg gcc/ChangeLog: PR ta