diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:10:08 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2005-06-07 21:10:08 +0000 |
commit | 3c33e37118fe4d0d6f184af153442666a0936231 (patch) | |
tree | 0e46288158db82ab9d4e7116f875cf6edf42dcd4 /include/elf/common.h | |
parent | 3f1c9c12b1f9786cc896cabe4506186c14335e97 (diff) | |
download | gdb-3c33e37118fe4d0d6f184af153442666a0936231.zip gdb-3c33e37118fe4d0d6f184af153442666a0936231.tar.gz gdb-3c33e37118fe4d0d6f184af153442666a0936231.tar.bz2 |
* common.h (EM_MS1): Define.
* ms1.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 0a11557..104359c 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -257,6 +257,8 @@ /* Ubicom IP2xxx; no ABI */ #define EM_IP2K_OLD 0x8217 +#define EM_MS1 0x2530 /* Morpho MS1; no ABI */ + /* MSP430 magic number Written in the absense everything. */ #define EM_MSP430_OLD 0x1059 |