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

11 lines
329 B
C

/* $NetBSD: elf_machdep.h,v 1.2 1999/10/25 13:55:09 kleink Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB
#define ELF32_MACHDEP_ID_CASES \
case EM_SH: \
break;
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#define ELF64_MACHDEP_ID_CASES \
/* no 64-bit ELF machine types supported */