summaryrefslogtreecommitdiffstats
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-02 10:33:07 +0000
committerNick Clifton <nickc@redhat.com>2009-03-02 10:33:07 +0000
commit753a03bf8e01cd738885a11922618ef6401a9f92 (patch)
treec8bafd581db9e762975fec57bdb7a0206d7c3798 /include/elf/common.h
parent0027b7617d84608cf7f454b805b6c44cd0ff1af8 (diff)
downloadcygnal-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.h3
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. */