diff options
author | Michael Walle <michael@walle.cc> | 2011-02-17 23:45:02 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-03-07 13:42:36 +0100 |
commit | 81ea0e130470bb307e5ab7e2d71e7b80b46ef1bf (patch) | |
tree | 12fa76fd965b4a318cbef7c5b5eac76ff0b2d652 /elf.h | |
parent | ca27c052d992da83ce0786d81f85b87cd1f5d301 (diff) |
LatticeMico32 target support
This patch adds support for the LatticeMico32 softcore processor by Lattice
Semiconductor.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'elf.h')
-rw-r--r-- | elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |