diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:25 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:36 +0000 |
commit | 2328826b1d7d516cfe825546682cfe8513db07b4 (patch) | |
tree | 0f30067060123062e0bc8f2f99af6596bde492ea /elf.h | |
parent | 83818f7cdd0dc31cd05a517da92fc056d8078908 (diff) |
target-xtensa: add target stubs
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'elf.h')
-rw-r--r-- | elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |