]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/avr/avr-arch.h
re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsdata...
[thirdparty/gcc.git] / gcc / config / avr / avr-arch.h
index 42eaee56b7bd8a6504a11532bd0c9df17cf825c9..a740a151105017131fbd66972d2ddc38270c45dd 100644 (file)
@@ -157,7 +157,9 @@ enum avr_device_specific_features
   AVR_ISA_NONE,
   AVR_ISA_RMW     = 0x1, /* device has RMW instructions. */
   AVR_SHORT_SP    = 0x2, /* Stack Pointer has 8 bits width. */
-  AVR_ERRATA_SKIP = 0x4  /* device has a core erratum. */
+  AVR_ERRATA_SKIP = 0x4, /* device has a core erratum. */
+  AVR_ISA_LDS     = 0x8  /* whether LDS / STS is valid for all data in static
+                            storage.  Only useful for reduced Tiny.  */
 };
 
 /* Map architecture to its texinfo string.  */