blackfin: add support for L1 code/data flags
[deliverable/binutils-gdb.git] / include / elf / bfin.h
index 851873f97c79412d8cf984119eb1e7532bb64283..8d92906aab3836ae266591c7ea0f175747bda973 100644 (file)
@@ -88,5 +88,8 @@ END_RELOC_NUMBERS (R_BFIN_max)
 #define EF_BFIN_PIC            0x00000001      /* -fpic */
 #define EF_BFIN_FDPIC          0x00000002      /* -mfdpic */
 
+#define EF_BFIN_CODE_IN_L1     0x00000010      /* --code-in-l1 */
+#define EF_BFIN_DATA_IN_L1     0x00000020      /* --data-in-l1 */
+
 #define        EF_BFIN_PIC_FLAGS       (EF_BFIN_PIC | EF_BFIN_FDPIC)
 #endif /* _ELF_BFIN_H */
This page took 0.073136 seconds and 4 git commands to generate.