From 81ea0e130470bb307e5ab7e2d71e7b80b46ef1bf Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Thu, 17 Feb 2011 23:45:02 +0100 Subject: LatticeMico32 target support This patch adds support for the LatticeMico32 softcore processor by Lattice Semiconductor. Signed-off-by: Michael Walle Signed-off-by: Edgar E. Iglesias --- elf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf.h') diff --git a/elf.h b/elf.h index d2f24f466d..523c972a6b 100644 --- a/elf.h +++ b/elf.h @@ -104,6 +104,7 @@ typedef int64_t Elf64_Sxword; #define EM_H8_300H 47 /* Hitachi H8/300H */ #define EM_H8S 48 /* Hitachi H8S */ +#define EM_LATTICEMICO32 138 /* LatticeMico32 */ /* * This is an interim value that we will use until the committee comes -- cgit v1.2.3