Add Nios II arch flags and compatibility tests
[deliverable/binutils-gdb.git] / include / elf / nios2.h
index 429b8ba2451f061e03a5caaff03f24e5dd8053da..07f937f8df936a641eaf7ba2b94a3860746345a9 100644 (file)
@@ -93,4 +93,9 @@ END_RELOC_NUMBERS (R_NIOS2_maxext)
 /* Address of _gp.  */
 #define DT_NIOS2_GP 0x70000002
 
+/* Processor specific flags for the Elf header e_flags field.  */
+
+#define EF_NIOS2_ARCH_R1 0x00000000
+#define EF_NIOS2_ARCH_R2 0x00000001
+
 #endif /* _ELF_NIOS2_H */
This page took 0.022958 seconds and 4 git commands to generate.