diff options
author | Martin Hunt <hunt@redhat.com> | 1996-07-18 00:41:45 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-07-18 00:41:45 +0000 |
commit | 6fb197de559b454be0e1c7044ad90b1b1c7db904 (patch) | |
tree | 3450506b29416db78c47501c47bf2b4ec86bc1a6 /include | |
parent | 770e082760417cdae7e67876bd08fc336b166332 (diff) | |
download | gdb-6fb197de559b454be0e1c7044ad90b1b1c7db904.zip gdb-6fb197de559b454be0e1c7044ad90b1b1c7db904.tar.gz gdb-6fb197de559b454be0e1c7044ad90b1b1c7db904.tar.bz2 |
* common.h (EM_CYGNUS_D10V): Define.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 12 |
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 */ |