diff options
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 33ec16a..a229a12 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -241,6 +241,8 @@ #define EM_L1OM 180 /* Intel L1OM */ #define EM_INTEL181 181 /* Reserved by Intel */ #define EM_INTEL182 182 /* Reserved by Intel */ +#define EM_MICROBLAZE 183 /* Xilinx MicroBlaze */ + /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision @@ -344,6 +346,8 @@ /* Old Sunplus S+core7 backend magic number. Written in the absence of an ABI. */ #define EM_SCORE_OLD 95 +#define EM_MICROBLAZE_OLD 0xbaab /* Old MicroBlaze */ + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ |