summaryrefslogtreecommitdiffstats
path: root/include/elf/bfin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/bfin.h')
-rw-r--r--include/elf/bfin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/bfin.h b/include/elf/bfin.h
index 3c07cd166..523db9b53 100644
--- a/include/elf/bfin.h
+++ b/include/elf/bfin.h
@@ -88,5 +88,8 @@ END_RELOC_NUMBERS (R_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 */