From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/gcc~13/link-options.html | 112 --------------------------------------- 1 file changed, 112 deletions(-) delete mode 100644 devdocs/gcc~13/link-options.html (limited to 'devdocs/gcc~13/link-options.html') diff --git a/devdocs/gcc~13/link-options.html b/devdocs/gcc~13/link-options.html deleted file mode 100644 index 38f0ea70..00000000 --- a/devdocs/gcc~13/link-options.html +++ /dev/null @@ -1,112 +0,0 @@ -

Footnotes

(1)

On some systems, ‘gcc -shared’ needs to build supplementary stub code for constructors to work. On multi-libbed systems, ‘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. -shared suppresses the addition of startup code to alter the floating-point environment as done with -ffast-math, -Ofast or -funsafe-math-optimizations on some targets.

-

- © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
- https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Link-Options.html -

-
-- cgit v1.2.3