diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-17 14:15:50 +0000 |
commit | ff21dc0ea5db921f0bc891fc6c4f8742198c5b6c (patch) | |
tree | b40e4b70061e6d2b80199f5353893cff55d0a8c2 /include/elf/common.h | |
parent | 4b5ccabc17369618dae7c6cfe9c6eafb5ec60cbf (diff) | |
download | cygnal-ff21dc0ea5db921f0bc891fc6c4f8742198c5b6c.tar.gz cygnal-ff21dc0ea5db921f0bc891fc6c4f8742198c5b6c.tar.bz2 cygnal-ff21dc0ea5db921f0bc891fc6c4f8742198c5b6c.zip |
Add IP2k support to BFD and LD
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 4e1b50276..86b82fe34 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -176,6 +176,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EM_OPENRISC 92 /* OpenRISC 32-bit embedded processor */ #define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ +#define EM_IP2K 101 /* Ubicom IP2022 micro controller */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision |