> -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
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.
> >
> >
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
* gcc/config/microblaze/micr
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
* gcc/test