On 6/13/19 9:13 AM, Christophe Lyon wrote:
@@ -7131,6 +7132,18 @@ given via attribute argument.
@end table
+@node ARM Variable Attributes
+@subsection ARM Variable Attributes
+
+@table @code
+@item noinit
+@cindex @code{noinit} variable attribute, ARM
+Any data with the @code{noinit} attribute will not be initialised by
+the C runtime startup code, or the program loader. Not initialising
+data in this way can reduce program startup times.
+
+@end table
+
@node AVR Variable Attributes
@subsection AVR Variable Attributes
Minor nit: please use American spelling: initialized, initializing.
-Sandra