Re: Arm fenv patch V4

2020-07-29 Thread Eshan Dhawan
> On 29-Jul-2020, at 7:42 PM, Sebastian Huber > wrote: > > On 29/07/2020 08:57, Sebastian Huber wrote: > >> Hello Eshan, >> >> thanks, I pushed the patches to Newlib with some minor modifications. I >> updated the RSB accordingly. > > This is really a never ending story: > > /build/rtems/

Re: Arm fenv patch V4

2020-07-29 Thread Sebastian Huber
On 29/07/2020 08:57, Sebastian Huber wrote: Hello Eshan, thanks, I pushed the patches to Newlib with some minor modifications. I updated the RSB accordingly. This is really a never ending story: /build/rtems/6/lib/gcc/arm-rtems6/10.2.1/../../../../arm-rtems6/bin/ld: /build/rtems/6/lib/gcc/

Re: Arm fenv patch V4

2020-07-28 Thread Sebastian Huber
Hello Eshan, thanks, I pushed the patches to Newlib with some minor modifications. I updated the RSB accordingly. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Arm fenv patch V4

2020-07-28 Thread Eshan Dhawan
Hello Sebastian, I have attached the patch file. In this mail. Hope thay do the job. Thanks - Eshan From 54528371e931b81be9bd691abbbd3d6d152fdc01 Mon Sep 17 00:00:00 2001 From: Eshan dhawan Date: Sat, 18 Jul 2020 05:01:17 +0530 Subject: [PATCH v4 1/2] Changed ARM fenv support similar to RISCV Re