From 9f3255cee641039f0e48492cc0b81a2d4a2c7f29 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 30 Dec 2002 19:25:12 +0000 Subject: Add support for msp430. --- include/elf/common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index 0cef267e9..629c6146f 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -251,6 +251,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Ubicom IP2xxx; no ABI */ #define EM_IP2K_OLD 0x8217 +/* MSP430 magic number + Written in the absense everything. */ +#define EM_MSP430_OLD 0x1059 + +/* TI msp430 micro controller. */ +#define EM_MSP430 0x430 + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ -- cgit v1.2.3