[PATCH 7/9] sparc: Don't add crtfastmath.o for -shared

2023-01-13 Thread Richard Biener via Gcc-patches
Don't add crtfastmath.o for -shared to avoid altering the FP environment when loading a shared library. PR target/55522 * config/sparc/freebsd.h (ENDFILE_SPEC): Don't add crtfastmath.o for -shared. * config/sparc/linux.h (ENDFILE_SPEC): Likewise. * config/sp

Re: [PATCH 7/9] sparc: Don't add crtfastmath.o for -shared

2023-01-23 Thread Richard Biener via Gcc-patches
On Fri, 13 Jan 2023, Richard Biener wrote: > Don't add crtfastmath.o for -shared to avoid altering the FP > environment when loading a shared library. Ping. > PR target/55522 > * config/sparc/freebsd.h (ENDFILE_SPEC): Don't add crtfastmath.o > for -shared. > * config/spar

Re: [PATCH 7/9] sparc: Don't add crtfastmath.o for -shared

2023-01-23 Thread Eric Botcazou
> Don't add crtfastmath.o for -shared to avoid altering the FP > environment when loading a shared library. > > PR target/55522 > * config/sparc/freebsd.h (ENDFILE_SPEC): Don't add crtfastmath.o > for -shared. > * config/sparc/linux.h (ENDFILE_SPEC): Likewise. > * con