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

13 lines
374 B
C
Raw Normal View History

1997-10-14 10:47:17 +04:00
/* $NetBSD: elf_machdep.h,v 1.1 1997/10/14 06:48:16 sakamoto Exp $ */
#define ELF32_MACHDEP_ENDIANNESS Elf_ed_2msb
#define ELF32_MACHDEP_ID_CASES \
case Elf_em_ppc: \
break;
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#define ELF64_MACHDEP_ID_CASES \
/* no 64-bit ELF machine types supported */
#include <machine/reloc.h> /* XXX */