Re: [PATCH 2/9] alpha: 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/alpha/linux.h (ENDFILE_SPEC): Don't add > crtfastmath.o for -shared. > --- > gcc/config/alp

[PATCH 2/9] alpha: 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/alpha/linux.h (ENDFILE_SPEC): Don't add crtfastmath.o for -shared. --- gcc/config/alpha/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deleti