From: John Marino Date: Sat, 12 May 2012 09:47:14 +0000 (+0200) Subject: elf_common.h: Define EM_ALPHA X-Git-Tag: v3.2.0~958 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/348e92019b1eeb303f67aff158cb4f0e15722fd5 elf_common.h: Define EM_ALPHA This commit restores the EM_ALPHA definition that was added on 13 DEC 2011 and later removed during the partial sync with binutils 2.22 elf headers. It is required for building OpenJDK. --- diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index b86077e03f..8ffdd77033 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -327,6 +327,9 @@ typedef struct { #define EM_CUDA 190 /* NVIDIA CUDA architecture */ #define EM_TILEGX 191 /* Tilera TILE-Gx multicore architecture family */ +/* Alpha backend magic number. Written in the absence of an ABI. */ +#define EM_ALPHA 0x9026 + /* Special section indexes. */ #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */