13 lines
374 B
C
13 lines
374 B
C
/* $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 */
|