From d2fbca94223ef573a67d4eb2f27509a9bbb85ca1 Mon Sep 17 00:00:00 2001 From: Guan Xuetao Date: Tue, 12 Apr 2011 16:27:03 +0800 Subject: unicore32: necessary modifications for other files to support unicore32 Signed-off-by: Guan Xuetao Signed-off-by: Blue Swirl --- elf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf.h') diff --git a/elf.h b/elf.h index 523c972a6b..ffcac7e0b0 100644 --- a/elf.h +++ b/elf.h @@ -106,6 +106,8 @@ typedef int64_t Elf64_Sxword; #define EM_H8S 48 /* Hitachi H8S */ #define EM_LATTICEMICO32 138 /* LatticeMico32 */ +#define EM_UNICORE32 110 /* UniCore32 */ + /* * This is an interim value that we will use until the committee comes * up with a final number. -- cgit v1.2.1