diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/elf.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |