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

17 lines
445 B
C
Raw Normal View History

2004-01-23 07:03:38 +03:00
/* $NetBSD: elf_machdep.h,v 1.2 2004/01/23 04:03:38 simonb Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
#define ELF32_MACHDEP_ID_CASES \
case EM_NS32K: \
break;
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#define ELF64_MACHDEP_ID_CASES \
/* no 64-bit ELF machine types supported */
#define ELF32_MACHDEP_ID EM_NS32K
2004-01-23 07:03:38 +03:00
#define ARCH_ELFSIZE 32 /* MD native binary size */
/* XXX relocations */