summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/elf_machdep.h
blob: d93b48b6c93462c79e300f376726413ae28e3a9e (plain)
1
2
3
4
5
6
7
8
/*	$NetBSD: elf_machdep.h,v 1.1 1996/09/26 21:50:59 cgd Exp $	*/

#define	ELF32_MACHDEP_ID_CASES						\
		case Elf_em_mips:					\
			break;

#define	ELF64_MACHDEP_ID_CASES						\
		/* no 64-bit ELF machine types supported */