xref: /netbsd-src/sys/arch/hpcmips/include/elf_machdep.h (revision 27578b9aac214cc7796ead81dcc5427e79d5f2a0)
1 /*	$NetBSD: elf_machdep.h,v 1.2 1999/10/25 13:55:08 kleink Exp $	*/
2 
3 #include <mips/elf_machdep.h>
4 
5 /*
6  * HPCMIPS are mipsel machines
7  */
8 
9 #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
10 
11 #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
12