diff options
author | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-03-30 14:04:32 +0000 |
commit | 66c8e18830451ee6ffc231586c65fbf2c06535b2 (patch) | |
tree | 0219e0ffcd8cce8342735b389a9a0837a5fc58b6 /include/elf/common.h | |
parent | 7308c39e33bc2ee2ce8f75f1f4e21dc608c9a9ea (diff) | |
download | cygnal-66c8e18830451ee6ffc231586c65fbf2c06535b2.tar.gz cygnal-66c8e18830451ee6ffc231586c65fbf2c06535b2.tar.bz2 cygnal-66c8e18830451ee6ffc231586c65fbf2c06535b2.zip |
Add (linker) support for CR16C processor
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 bf233f61d..8ebc2cf47 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -180,6 +180,7 @@ #define EM_ARC_A5 93 /* ARC Cores Tangent-A5 */ #define EM_XTENSA 94 /* Tensilica Xtensa Architecture */ #define EM_IP2K 101 /* Ubicom IP2022 micro controller */ +#define EM_CR 103 /* National Semiconductor CompactRISC */ #define EM_MSP430 105 /* TI msp430 micro controller */ /* If it is necessary to assign new unofficial EM_* values, please pick large |