aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/common.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index a50e9ee..3c3ed7e 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -86,9 +86,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_PARISC 15 /* HPPA */
-/* start-sanitize-v8plus */
#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */
-/* end-sanitize-v8plus */
#define EM_PPC 20 /* PowerPC */
@@ -104,9 +102,17 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* start-sanitize-arc */
/* Cygnus ARC ELF backend. Written in the absence of an ABI. */
-#define EM_CYGNUS_ARC 0x9026
+#define EM_CYGNUS_ARC 0x9040
/* end-sanitize-arc */
+/* Alpha backend magic number. Written in the absence of an ABI. */
+#define EM_ALPHA 0x9026
+
+/* start-sanitize-d10v */
+/* D10V backend magic number. Written in the absence of an ABI. */
+#define EM_CYGNUS_D10V 0x9027
+/* end-sanitize-d10v */
+
/* Values for e_version */
#define EV_NONE 0 /* Invalid ELF version */