diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-16 15:39:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-16 15:39:46 +0000 |
commit | cc0748930ba913902f812f99c6ff426df255a1e0 (patch) | |
tree | f8bdbed59e5784e745166ed776ca37eeaf3e2766 /include/elf/common.h | |
parent | 03897d8dda6706148fb7aae9e86730d4b5840e22 (diff) | |
download | cygnal-cc0748930ba913902f812f99c6ff426df255a1e0.tar.gz cygnal-cc0748930ba913902f812f99c6ff426df255a1e0.tar.bz2 cygnal-cc0748930ba913902f812f99c6ff426df255a1e0.zip |
Add new binutils target: moxie
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index a669507d3..a343daaf3 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -339,6 +339,8 @@ #define EM_CYGNUS_MEP 0xF00D /* Toshiba MeP */ +#define EM_MOXIE 0xFEED /* Moxie */ + /* Old Sunplus S+core7 backend magic number. Written in the absence of an ABI. */ #define EM_SCORE_OLD 95 |