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

11 lines
334 B
C
Raw Normal View History

/* $NetBSD: elf_machdep.h,v 1.1 1998/07/12 01:17:59 thorpej Exp $ */
#define ELF32_MACHDEP_ENDIANNESS Elf_ed_2msb
#define ELF32_MACHDEP_ID_CASES \
case Elf_em_68k: \
break;
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#define ELF64_MACHDEP_ID_CASES \
/* no 64-bit ELF machine types supported */