Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-02 13:33:07 +0300
committerNick Clifton <nickc@redhat.com>2009-03-02 13:33:07 +0300
commit753a03bf8e01cd738885a11922618ef6401a9f92 (patch)
treec8bafd581db9e762975fec57bdb7a0206d7c3798 /include/elf/common.h
parent0027b7617d84608cf7f454b805b6c44cd0ff1af8 (diff)
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. */