From b1fb0d0bf5d09bf9dbdbc320814bd087d4d26460 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 May 2016 10:26:26 +0200 Subject: microblaze: fix ELF detection in ld.so --- include/elf.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/elf.h b/include/elf.h index 5f47905f1..4a0280b80 100644 --- a/include/elf.h +++ b/include/elf.h @@ -362,11 +362,6 @@ typedef struct /* V850 backend magic number. Written in the absense of an ABI. */ #define EM_CYGNUS_V850 0x9080 -/* Xilinx Microblaze (unofficial). Note that there is now an official microblaze - * magic number, but all the toolchains currently in existence use the old number - */ -#define EM_MICROBLAZE_OLD 0xbaab - /* Legal values for e_version (version). */ #define EV_NONE 0 /* Invalid ELF version */ -- cgit v1.2.3