NetBSD/sys/arch/i386/include/elf_machdep.h
cgd 0e097578a2 add and use a machine-dependent header, which currently defines some
macros to use to remove #ifdefs from the machine ID case check.
Eventually, these headers will contain other information, e.g.
machine-dependent relocation information, etc.
1996-09-26 21:50:55 +00:00

10 lines
249 B
C

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