Clarify -shared effect on crtfastmath.o
authorRichard Biener <rguenther@suse.de>
Fri, 13 Jan 2023 07:57:12 +0000 (08:57 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 27 Jan 2023 14:46:30 +0000 (15:46 +0100)
This rewords the note to not specifically mention crtfastmath.o
but FP environment altering by -ffast-math or -Ofast.

PR target/55522
* doc/invoke.texi (-shared): Clarify effect on -ffast-math
and -Ofast FP environment side-effects.

gcc/doc/invoke.texi

index 06d7798..a371cd9 100644 (file)
@@ -17696,8 +17696,9 @@ needs to build supplementary stub code for constructors to work.  On
 multi-libbed systems, @samp{gcc -shared} must select the correct support
 libraries to link against.  Failing to supply the correct flags may lead
 to subtle defects.  Supplying them in cases where they are not necessary
-is innocuous. For x86, crtfastmath.o will not be added when
-@option{-shared} is specified. }
+is innocuous.  @option{-shared} suppresses the addition of startup code
+to alter the floating-point environment as done with @option{-ffast-math},
+@option{-Ofast} or @option{-funsafe-math-optimizations} on some targets.}
 
 @item -shared-libgcc
 @itemx -static-libgcc