diff options
author | Nick Clifton <nickc@redhat.com> | 2006-01-09 17:21:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-01-09 17:21:17 +0000 |
commit | fd50e04bf1436d5942a22029710a76520e021911 (patch) | |
tree | 1701a87d23770ddb25ed920dd1367c1f31c65cae /include/elf/common.h | |
parent | e3786825c0ccb9c8117db88bdd21cdc61800c617 (diff) | |
download | cygnal-fd50e04bf1436d5942a22029710a76520e021911.tar.gz cygnal-fd50e04bf1436d5942a22029710a76520e021911.tar.bz2 cygnal-fd50e04bf1436d5942a22029710a76520e021911.zip |
Define EM_ALTERA_NIOS2 and EM_NIOS32.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index faed7314c..0108c4f7a 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -183,6 +183,7 @@ #define EM_CR 103 /* National Semiconductor CompactRISC */ #define EM_MSP430 105 /* TI msp430 micro controller */ #define EM_BLACKFIN 106 /* ADI Blackfin */ +#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */ #define EM_CRX 114 /* National Semiconductor CRX */ /* If it is necessary to assign new unofficial EM_* values, please pick large @@ -267,11 +268,14 @@ Written in the absense everything. */ #define EM_MSP430_OLD 0x1059 +/* Old, unofficial value for Xtensa. */ +#define EM_XTENSA_OLD 0xabc7 + /* Vitesse IQ2000. */ #define EM_IQ2000 0xFEBA -/* Old, unofficial value for Xtensa. */ -#define EM_XTENSA_OLD 0xabc7 +/* NIOS magic number - no EABI available. */ +#define EM_NIOS32 0xFEBB /* See the above comment before you add a new EM_* value here. */ |