Add support for ARM's NOREAD section flag.
[deliverable/binutils-gdb.git] / bfd / section.c
index 247d98ad1417b2b8cf41974d4edffc968c3fa7fe..1a78c11599d370bb99840f103f8afc4631d12217 100644 (file)
@@ -361,6 +361,9 @@ 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
+.
 .  {*  End of section flags.  *}
 .
 .  {* Some internal packed boolean fields.  *}
This page took 0.023476 seconds and 4 git commands to generate.