Home | History | Annotate | Line # | Download | only in include
elf_machdep.h revision 1.4
      1 /*	$NetBSD: elf_machdep.h,v 1.4 2000/01/09 15:34:42 ad Exp $	*/
      2 
      3 #ifndef _PMAX_ELF_MACHDEP_H_
      4 #define _PMAX_ELF_MACHDEP_H_
      5 
      6 #include <mips/elf_machdep.h>
      7 
      8 /*
      9  * pmaxes are mipsel machines
     10  */
     11 #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
     12 #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
     13 
     14 #endif	/* !_PMAX_ELF_MACHDEP_H_ */
     15