Home | History | Annotate | Line # | Download | only in include
elf_machdep.h revision 1.1
      1  1.1  thorpej /*	$NetBSD: elf_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $	*/
      2  1.1  thorpej 
      3  1.1  thorpej #ifndef _ALGOR_ELF_MACHDEP_H_
      4  1.1  thorpej #define _ALGOR_ELF_MACHDEP_H_
      5  1.1  thorpej 
      6  1.1  thorpej #include <mips/elf_machdep.h>
      7  1.1  thorpej 
      8  1.1  thorpej /*
      9  1.1  thorpej  * Algorithmics boards are mipsel machines by default
     10  1.1  thorpej  */
     11  1.1  thorpej #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
     12  1.1  thorpej #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
     13  1.1  thorpej 
     14  1.1  thorpej #endif	/* !_ALGOR_ELF_MACHDEP_H_ */
     15