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 /target-microblaze/cpu.h | |
parent | e4cbd44d8e86c7fb605f92b05fd9ae6b9e393c56 (diff) |
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 'target-microblaze/cpu.h')
-rw-r--r-- | target-microblaze/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index ec2ca183d7..33167977f2 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -31,7 +31,7 @@ struct CPUMBState; #define TARGET_HAS_ICE 1 -#define ELF_MACHINE EM_XILINX_MICROBLAZE +#define ELF_MACHINE EM_MICROBLAZE #define EXCP_NMI 1 #define EXCP_MMU 2 |