From: Martin Hunt Date: Thu, 18 Jul 1996 00:41:45 +0000 (+0000) Subject: * common.h (EM_CYGNUS_D10V): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fb197de559b454be0e1c7044ad90b1b1c7db904;p=binutils-gdb.git * common.h (EM_CYGNUS_D10V): Define. --- diff --git a/include/elf/common.h b/include/elf/common.h index a50e9ee7bb8..3c3ed7e1b69 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 */