diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-05-19 15:24:17 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-05-19 15:24:17 +0200 |
commit | 0d5d46993840c1e6a04c1db38a554aad4ee83835 (patch) | |
tree | e5d9367a8a1f9e82a20ca27278b6686b2c640968 /elf.h | |
parent | e4cbd44d8e86c7fb605f92b05fd9ae6b9e393c56 (diff) | |
download | qemu-0d5d46993840c1e6a04c1db38a554aad4ee83835.zip |
microblaze: Update elf machine nums.
189 was allocated in upstream binutils.
0xbaab was the old temporary value. Still used by some tools and the
linux kernel.
I've seen 115 in older gdb versions, but lets ignore that one.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'elf.h')
-rw-r--r-- | elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,8 @@ typedef int64_t Elf64_Sxword; */ #define EM_S390_OLD 0xA390 -#define EM_XILINX_MICROBLAZE 0xBAAB +#define EM_MICROBLAZE 189 +#define EM_MICROBLAZE_OLD 0xBAAB /* This is the info that is needed to parse the dynamic section of the file */ #define DT_NULL 0 |