diff options
Diffstat (limited to 'elf.h')
-rw-r--r-- | elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ typedef int64_t Elf64_Sxword; */ #define EM_S390_OLD 0xA390 +#define EM_XILINX_MICROBLAZE 0xBAAB + /* This is the info that is needed to parse the dynamic section of the file */ #define DT_NULL 0 #define DT_NEEDED 1 |