X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Felf%2Fnios2.h;h=07f937f8df936a641eaf7ba2b94a3860746345a9;hb=965b1d80832fde9ba17a8b5f11b578a8f9e10581;hp=429b8ba2451f061e03a5caaff03f24e5dd8053da;hpb=dfc87947b5ac6d6382c225449d4fdce411c7ee66;p=deliverable%2Fbinutils-gdb.git diff --git a/include/elf/nios2.h b/include/elf/nios2.h index 429b8ba245..07f937f8df 100644 --- a/include/elf/nios2.h +++ b/include/elf/nios2.h @@ -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 */