0e097578a2
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.
10 lines
249 B
C
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 */
|