diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-07 17:28:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-07 17:28:50 +0000 |
commit | 49e7d4dbb387fbd94b9d656aa46b845c6622461a (patch) | |
tree | 4eaa968a61f5e90e171975f7655de6782a447db7 /include/elf/common.h | |
parent | 6edb3da9ac699371c24bf92fa1df0966c68864b3 (diff) | |
download | cygnal-49e7d4dbb387fbd94b9d656aa46b845c6622461a.tar.gz cygnal-49e7d4dbb387fbd94b9d656aa46b845c6622461a.tar.bz2 cygnal-49e7d4dbb387fbd94b9d656aa46b845c6622461a.zip |
Add new port: crx-elf
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 7051ef78f..5573fca76 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -182,6 +182,7 @@ #define EM_IP2K 101 /* Ubicom IP2022 micro controller */ #define EM_CR 103 /* National Semiconductor CompactRISC */ #define EM_MSP430 105 /* TI msp430 micro controller */ +#define EM_CRX 114 /* National Semiconductor CRX */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision |