summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2010-05-19 15:24:17 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2010-05-19 15:24:17 +0200
commit688a6792cd76c2530db102b2867ff7c937c8fef7 (patch)
treee5d9367a8a1f9e82a20ca27278b6686b2c640968 /elf.h
parent127c2cad7bd1a2558b5419782666117523510576 (diff)
downloadqemu-688a6792cd76c2530db102b2867ff7c937c8fef7.tar.gz
qemu-688a6792cd76c2530db102b2867ff7c937c8fef7.tar.bz2
qemu-688a6792cd76c2530db102b2867ff7c937c8fef7.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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf.h b/elf.h
index c84c8aba81..eb9e3bece7 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