elf_machdep.h revision 1.1
1/*	$NetBSD: elf_machdep.h,v 1.1 1998/02/18 13:48:18 tsubai Exp $	*/
2
3#include <mips/elf_machdep.h>
4
5/*
6 * newses are mipseb machines
7 */
8
9#define ELF32_MACHDEP_ENDIANNESS	Elf_ed_2msb
10
11#define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
12