[ARM] Change noread to purecode.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 30513c4c3f39f7829ad0ea0e87f21b374994ddb0..3f2d93b03cd477222914058b88dd49a23268fb87 100644 (file)
@@ -1428,8 +1428,8 @@ typedef struct bfd_section
      when memory read flag isn't set. */
 #define SEC_COFF_NOREAD 0x40000000
 
-  /* Indicate that section has the no read flag set.  */
-#define SEC_ELF_NOREAD 0x80000000
+  /* Indicate that section has the purecode flag set.  */
+#define SEC_ELF_PURECODE 0x80000000
 
   /*  End of section flags.  */
 
This page took 0.044384 seconds and 4 git commands to generate.