From f542ad4e14fae736164e354cd0f456427c82870c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 28 May 2002 14:08:26 +0000 Subject: Add DLX target --- include/elf/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index f14f7bb67..48e2f4ae5 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -236,6 +236,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Written in the absense of an ABI. */ #define EM_OPENRISC_OLD 0x3426 +/* DLX magic number + Written in the absense of an ABI. */ +#define EM_DLX 0x5aa5 + #define EM_XSTORMY16 0xad45 /* See the above comment before you add a new EM_* value here. */ -- cgit v1.2.3