From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/blackfin-variable-attributes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devdocs/gcc~13/blackfin-variable-attributes.html (limited to 'devdocs/gcc~13/blackfin-variable-attributes.html') diff --git a/devdocs/gcc~13/blackfin-variable-attributes.html b/devdocs/gcc~13/blackfin-variable-attributes.html new file mode 100644 index 00000000..a2db1b86 --- /dev/null +++ b/devdocs/gcc~13/blackfin-variable-attributes.html @@ -0,0 +1,11 @@ +

6.34.4 Blackfin Variable Attributes

Three attributes are currently defined for the Blackfin.

+ l1_data +
l1_data_A
l1_data_B
+

Use these attributes on the Blackfin to place the variable into L1 Data SRAM. Variables with l1_data attribute are put into the specific section named .l1.data. Those with l1_data_A attribute are put into the specific section named .l1.data.A. Those with l1_data_B attribute are put into the specific section named .l1.data.B.

+l2 +

Use this attribute on the Blackfin to place the variable into L2 SRAM. Variables with l2 attribute are put into the specific section named .l2.data.

+

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

+
-- cgit v1.2.3