Re: [PATCH v2 0/5] Updates for PRU backend

2020-05-05 Thread Dimitar Dimitrov
On вторник, 5 май 2020 г. 19:00:29 EEST Jeff Law wrote: > On Sun, 2020-05-03 at 19:11 +0300, Dimitar Dimitrov wrote: > > One of the changes frees a previously fixed register, per > > ABI clarification from TI, for local usage from function. > > The change is backwards compatible. > > > > Rest of c

Re: [PATCH v2 0/5] Updates for PRU backend

2020-05-05 Thread Jeff Law via Gcc-patches
On Sun, 2020-05-03 at 19:11 +0300, Dimitar Dimitrov wrote: > One of the changes frees a previously fixed register, per > ABI clarification from TI, for local usage from function. > The change is backwards compatible. > > Rest of changes are cleanups. > > Testsuite did not reveal any regressions.