diff options
author | liuhongt <hongtao.liu@intel.com> | 2022-12-15 09:38:08 +0800 |
---|---|---|
committer | liuhongt <hongtao.liu@intel.com> | 2022-12-19 16:47:21 +0800 |
commit | 88b531d0323fc1fc4173f1975d6a4f408a096f8b (patch) | |
tree | 902dec4816057fef03e3b27b56e64dbded1593b2 /contrib/gcc-changelog/git_commit.py | |
parent | e4337398620098f96a7680ce748c9da178514acf (diff) | |
download | gcc-88b531d0323fc1fc4173f1975d6a4f408a096f8b.zip gcc-88b531d0323fc1fc4173f1975d6a4f408a096f8b.tar.gz gcc-88b531d0323fc1fc4173f1975d6a4f408a096f8b.tar.bz2 |
x86: Don't add crtfastmath.o for -shared
Don't add crtfastmath.o for -shared to avoid changing the MXCSR register
when loading a shared library. crtfastmath.o will be used only when
building executables.
PR target/55522
* config/i386/gnu-user-common.h (GNU_USER_TARGET_MATHFILE_SPEC):
Don't add crtfastmath.o for -shared.
* doc/invoke.texi (-shared): Add related documentation.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
0 files changed, 0 insertions, 0 deletions