summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-22 10:26:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-24 20:38:31 +0200
commitb1fb0d0bf5d09bf9dbdbc320814bd087d4d26460 (patch)
tree365626d43acf93b38f482ab6afcf708f4853eccc /include/elf.h
parent6a8ccc95528f5e86a8770ed15ce89609b5b3dee9 (diff)
microblaze: fix ELF detection in ld.so
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h5
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 */