diff options
author | Nick Clifton <nickc@redhat.com> | 2009-03-02 10:33:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-03-02 10:33:07 +0000 |
commit | 753a03bf8e01cd738885a11922618ef6401a9f92 (patch) | |
tree | c8bafd581db9e762975fec57bdb7a0206d7c3798 /include/elf/common.h | |
parent | 0027b7617d84608cf7f454b805b6c44cd0ff1af8 (diff) | |
download | cygnal-753a03bf8e01cd738885a11922618ef6401a9f92.tar.gz cygnal-753a03bf8e01cd738885a11922618ef6401a9f92.tar.bz2 cygnal-753a03bf8e01cd738885a11922618ef6401a9f92.zip |
Add support for Score7 architecture.
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 557c650ad..3ba44d946 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. */ |