From 348e92019b1eeb303f67aff158cb4f0e15722fd5 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 12 May 2012 11:47:14 +0200 Subject: [PATCH] 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. --- sys/sys/elf_common.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.41.0