diff options
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 557c650..3ba44d9 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -334,6 +334,9 @@ #define EM_CYGNUS_MEP 0xF00D /* Toshiba MeP */ +/* Old Sunplus S+core7 backend magic number. Written in the absence of an ABI. */ +#define EM_SCORE_OLD 95 + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ |