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 --- elf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf.h') diff --git a/elf.h b/elf.h index c84c8aba8..eb9e3bece 100644 --- a/elf.h +++ b/elf.h @@ -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 -- cgit v1.2.3-65-gdbad