RE: [Patch, microblaze]: Correct the const high double immediate value

2020-11-11 Thread Nagaraju Mekala
Hi Eager, > -Original Message- > From: Michael Eager > Sent: Wednesday, November 11, 2020 9:06 AM > To: Nagaraju Mekala ; Michael Eager > ; gcc-patches@gcc.gnu.org > Cc: Sadanand Mutyala > Subject: Re: [Patch, microblaze]: Correct the const high double immediate &g

RE: [Patch, testsuite]: Update MicroBlaze strings test

2020-11-11 Thread Nagaraju Mekala
Hi Jeff, > -Original Message- > From: Jeff Law > Sent: Wednesday, November 11, 2020 5:55 AM > To: Nagaraju Mekala ; Michael Eager > ; gcc-patches@gcc.gnu.org > Cc: Sadanand Mutyala > Subject: Re: [Patch, testsuite]: Update MicroBlaze strings test > > >

[Patch, testsuite]: Update MicroBlaze strings test

2020-11-08 Thread Nagaraju Mekala
/strings1.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 081be8f..9ef22c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2020-11-09 Nagaraju Mekala + * gcc.target

[Patch, microblaze]: Correct the const high double immediate value

2020-11-08 Thread Nagaraju Mekala
b/gcc/ChangeLog index 1a4c4f6..f28ebf7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2020-11-09 Nagaraju Mekala + + * config/microblaze/microblaze.c (print_operand): Update loading + of DI mode immediate values using REAL_VALUE_FROM_CONST_DOUBLE + and

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: Fixed missing save of r18 in fast_interrupt.

2020-04-05 Thread Nagaraju Mekala
> -Original Message- > From: Jeff Law > Sent: Sunday, April 5, 2020 9:45 PM > To: Michael Eager ; Nagaraju Mekala > ; gcc-patches@gcc.gnu.org > Cc: Sadanand Mutyala ; klauspeter...@gmail.com > Subject: Re: [PATCH]Microblaze: Fixed missing save of r18 in fast_interru

[PATCH]Microblaze: Fixed missing save of r18 in fast_interrupt.

2020-04-04 Thread Nagaraju Mekala
. Signed-off-by: Klaus Petersen Signed-off-by :Nagaraju Mekala diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c index b4754b1..67e393d 100644 --- a/gcc/config/microblaze/microblaze.c +++ b/gcc/config/microblaze/microblaze.c @@ -2035,7 +2035,7

[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 p

RE: Enable no-exec stacks for more targets using the Linux kernel

2017-09-25 Thread Nagaraju Mekala
> -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Nagaraju Mekala > Sent: Thursday, September 21, 2017 2:56 PM > To: Joseph Myers > Cc: sch...@suse.de; gcc-patches@gcc.gnu.org; l...@redhat.com; > d...

RE: Enable no-exec stacks for more targets using the Linux kernel

2017-09-21 Thread Nagaraju Mekala
> -Original Message- > From: Joseph Myers [mailto:jos...@codesourcery.com] > Sent: Wednesday, September 20, 2017 5:52 PM > To: Nagaraju Mekala > Cc: sch...@suse.de; gcc-patches@gcc.gnu.org; l...@redhat.com; > d...@anglin.bell.net; wil...@tuliptree.org; Michael Eage

RE: Enable no-exec stacks for more targets using the Linux kernel

2017-09-19 Thread Nagaraju Mekala
> -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Andreas Schwab > Sent: Wednesday, September 20, 2017 12:19 PM > To: Joseph Myers > Cc: gcc-patches@gcc.gnu.org; l...@redhat.com; dave.ang...@bell.net; > wil...@tuliptree.org;

Re: Enable no-exec stacks for more targets using the Linux kernel

2017-09-19 Thread Nagaraju Mekala
>On Tue, 19 Sep 2017, Andreas Schwab wrote: > >On Sep 18 2017, Joseph Myers wrote: > > > > Building glibc for many different configurations and running the > > compilation parts of the testsuite runs into failures of the > > elf/check-execstack test for hppa, ia64 and microblaze. > > >> ia64 is n

RE: [Patch, microblaze]: Add optimized lshrsi3

2014-07-08 Thread Nagaraju Mekala
Hi Michael, -Original Message- From: Michael Eager [mailto:ea...@eagerm.com] Sent: Tuesday, July 01, 2014 11:12 AM To: David Holsgrove; gcc-patches@gcc.gnu.org Cc: Edgar Iglesias; John Williams; Vidhumouli Hunsigida; Nagaraju Mekala; Ajit Kumar Agarwal Subject: Re: [Patch