From eeb251944bc0be637551069efa845f2e1403b4fa Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sat, 5 May 2018 18:21:42 +0200 Subject: [PATCH] pdp10-elf36.h: remove old EM_MOXIE definition, add EM_BPF --- include/pdp10-elf36.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/pdp10-elf36.h b/include/pdp10-elf36.h index a004326..67b2067 100644 --- a/include/pdp10-elf36.h +++ b/include/pdp10-elf36.h @@ -1,6 +1,6 @@ /* * pdp10-elf36.h -- ELF definitions for PDP10 - * Copyright (C) 2013-2015 Mikael Pettersson + * Copyright (C) 2013-2018 Mikael Pettersson * * This file is part of pdp10-tools. * @@ -353,6 +353,7 @@ typedef struct { #define EM_AMDGPU 224 /* AMD GPU architecture */ /* 225-242: reserved */ #define EM_RISCV 243 /* RISC-V */ +#define EM_BPF 247 /* Linux BPF -- in-kernel virtual machine */ /* If it is necessary to assign new unofficial EM_* values, please pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the chances of collision @@ -451,8 +452,6 @@ typedef struct { #define EM_CYGNUS_MEP 0xF00D /* Toshiba MeP */ -#define EM_MOXIE 0xFEED /* Moxie */ - /* Old Sunplus S+core7 backend magic number. Written in the absence of an ABI. */ #define EM_SCORE_OLD 95