summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-03-26 05:42:45 +0000
committerMiles Bader <miles@lsi.nec.co.jp>2002-03-26 05:42:45 +0000
commit7719784a54932bac1db98d46a1933f3b1bbd192d (patch)
tree503871505d7e66cf66694a025a871f8d19792a16 /include
parent8e8e259a84c1caf0c4a930a74b78e732eed810c6 (diff)
Add EM_CYGNUS_V850.
Diffstat (limited to 'include')
-rw-r--r--include/elf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index b059583be..1c3941a5f 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1,5 +1,5 @@
/* This file defines standard ELF types, structures, and macros.
- Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -246,6 +246,10 @@ typedef struct
#define EM_ALPHA 0x9026
+/* V850 backend magic number. Written in the absense of an ABI. */
+#define EM_CYGNUS_V850 0x9080
+
+
/* Legal values for e_version (version). */
#define EV_NONE 0 /* Invalid ELF version */