Re: [PATCH] SPARC fenv support

2020-06-03 Thread Joel Sherrill
This looks great. By chat, you confirmed, you did the multilib compile and link spot check plus it the psxfenv test runs on erc32. Go ahead and submit this to newlib@. The code has ifdefs for 64-bits. RTEMS has sparc64 support so it would be straight forward to follow the x86_64 and i386 pattern

[PATCH] SPARC fenv support

2020-06-03 Thread Eshan dhawan
Signed-off-by: Eshan dhawan --- newlib/configure.host | 1 + newlib/libc/machine/sparc/sys/fenv.h| 85 + newlib/libm/machine/configure.in| 1 + newlib/libm/machine/sparc/Makefile.am | 21 ++ newlib/libm/machine/sparc/configure.in |