RE: [PATCH]Microblaze: Modified trap instruction

2020-04-05 Thread Nagaraju Mekala
> -Original Message- > From: Jeff Law > Sent: Sunday, April 5, 2020 9:36 PM > To: Michael Eager ; Nagaraju Mekala > ; gcc-patches@gcc.gnu.org > Cc: Sadanand Mutyala > Subject: Re: [PATCH]Microblaze: Modified trap instruction > > On Sat, 2020-04-04 at 11:15

Re: [PATCH]Microblaze: Modified trap instruction

2020-04-05 Thread Jeff Law via Gcc-patches
On Sat, 2020-04-04 at 11:15 -0700, Michael Eager wrote: > OK to apply. > > On 4/4/20 1:59 AM, Nagaraju Mekala wrote: > > Hello All, > > > > There is a bug in trap instruction generation. > > Instead of "bri 0" instruction "brki r0, -1" was used, corrected it > > now. > > > >

Re: [PATCH]Microblaze: Modified trap instruction

2020-04-04 Thread Michael Eager
OK to apply. On 4/4/20 1:59 AM, Nagaraju Mekala wrote: Hello All, There is a bug in trap instruction generation. Instead of "bri 0" instruction "brki r0, -1" was used, corrected it now. ChangeLog: 2020-04-04 Nagaraju Mekala *

[PATCH]Microblaze: Modified trap instruction

2020-04-04 Thread Nagaraju Mekala
Hello All, There is a bug in trap instruction generation. Instead of "bri 0" instruction "brki r0, -1" was used, corrected it now. ChangeLog: 2020-04-04 Nagaraju Mekala * gcc/config/microblaze/microblaze.md (trap): update in the pattern *