Re: [PATCH 6/9] mips: 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/mips/gnu-user.h (GNU_USER_TARGET_MATHFILE_SPEC): > Don't add crtfastmath.o for -shared. > --

[PATCH 6/9] mips: 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/mips/gnu-user.h (GNU_USER_TARGET_MATHFILE_SPEC): Don't add crtfastmath.o for -shared. --- gcc/config/mips/gnu-user.h | 2 +- 1 file changed, 1 i