[ARM] Change noread to purecode.
[deliverable/binutils-gdb.git] / include / elf / arm.h
index bafc03c52ee686671e847eff272ab5cc8a79398c..27ce6b88ce5110e737573458af887b92ea4c1ffc 100644 (file)
@@ -82,7 +82,7 @@
 
 /* ARM-specific values for sh_flags.  */
 #define SHF_ENTRYSECT      0x10000000   /* Section contains an entry point.  */
-#define SHF_ARM_NOREAD     0x20000000   /* Section contains code that can be place on no read memory area.  */
+#define SHF_ARM_PURECODE   0x20000000   /* Section contains only code and no data.  */
 #define SHF_COMDEF         0x80000000   /* Section may be multiply defined in the input to a link step.  */
 
 /* ARM-specific program header flags.  */
This page took 0.024931 seconds and 4 git commands to generate.