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/assembler-options.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devdocs/gcc~13/assembler-options.html (limited to 'devdocs/gcc~13/assembler-options.html') diff --git a/devdocs/gcc~13/assembler-options.html b/devdocs/gcc~13/assembler-options.html deleted file mode 100644 index bf0d61ac..00000000 --- a/devdocs/gcc~13/assembler-options.html +++ /dev/null @@ -1,12 +0,0 @@ -

3.14 Passing Options to the Assembler

You can pass options to the assembler.

--Wa,option -
-

Pass option as an option to the assembler. If option contains commas, it is split into multiple options at the commas.

--Xassembler option -
-

Pass option as an option to the assembler. You can use this to supply system-specific assembler options that GCC does not recognize.

If you want to pass an option that takes an argument, you must use -Xassembler twice, once for the option and once for the argument.

-

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

-
-- cgit v1.2.3