diff options
author | Stan Cox <scox@redhat.com> | 2003-01-03 18:03:18 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2003-01-03 18:03:18 +0000 |
commit | d26127a55aaf0576b6de54a0ae89f0ec05ee1806 (patch) | |
tree | cb058c04c90a39063511e6cf020cd28d6aea0b0f /include/elf/common.h | |
parent | f3afe99b0b8de188814ae7e7f841d2566532ef27 (diff) | |
download | cygnal-d26127a55aaf0576b6de54a0ae89f0ec05ee1806.tar.gz cygnal-d26127a55aaf0576b6de54a0ae89f0ec05ee1806.tar.bz2 cygnal-d26127a55aaf0576b6de54a0ae89f0ec05ee1806.zip |
* dis-asm.h (print_insn_iq2000): Declare.
* common.h (EM_IQ2000): Define.
* iq2000.h: New file.
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 629c6146f..c8729f1fa 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -258,6 +258,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* TI msp430 micro controller. */ #define EM_MSP430 0x430 +/* Vitesse IQ2000 */ +#define EM_IQ2000 0xFEBA /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ |