summaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-28 14:08:47 +0000
committerNick Clifton <nickc@redhat.com>2002-05-28 14:08:47 +0000
commit099b5c98f1a2696f37dbe535705034339dd73f59 (patch)
tree4374d9ae6549f2a8a1e3aa264827366473897e8e /include/elf/common.h
parent79c0399f2387759c35c4a41b7e309fc6fc8d286c (diff)
downloadgdb-099b5c98f1a2696f37dbe535705034339dd73f59.tar.gz
Add DLX target
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index f14f7bb679c..48e2f4ae5e8 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. */