[ARM] Change noread to purecode.
[deliverable/binutils-gdb.git] / bfd / section.c
index f0a66b247e967f1275496b05b1b0f1142d4f1aa1..70cb267910a07c34435689f7f0a361637627efd1 100644 (file)
@@ -361,8 +361,8 @@ CODE_FRAGMENT
 .     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.024661 seconds and 4 git commands to generate.