From 2328826b1d7d516cfe825546682cfe8513db07b4 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Tue, 6 Sep 2011 03:55:25 +0400 Subject: target-xtensa: add target stubs Signed-off-by: Max Filippov 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 ffcac7e..2e05d34 100644 --- a/elf.h +++ b/elf.h @@ -125,6 +125,8 @@ typedef int64_t Elf64_Sxword; #define EM_MICROBLAZE 189 #define EM_MICROBLAZE_OLD 0xBAAB +#define EM_XTENSA 94 /* Tensilica Xtensa */ + /* This is the info that is needed to parse the dynamic section of the file */ #define DT_NULL 0 #define DT_NEEDED 1 -- cgit v1.1