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

9 lines
226 B
C

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