From 0d5d46993840c1e6a04c1db38a554aad4ee83835 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Wed, 19 May 2010 15:24:17 +0200 Subject: 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 --- target-microblaze/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-microblaze/cpu.h') 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 -- cgit v1.2.1