NetBSD/sys/arch/alpha/include/elf_machdep.h

9 lines
226 B
C

/* $NetBSD: elf_machdep.h,v 1.1 1996/09/26 21:50:57 cgd Exp $ */
#define ELF32_MACHDEP_ID_CASES \
/* no 32-bit ELF machine types supported */
#define ELF64_MACHDEP_ID_CASES \
case Elf_em_alpha: \
break;