Home | History | Annotate | Line # | Download | only in include
elf_machdep.h revision 1.4.6.2
      1  1.4.6.2  bouyer /*	$NetBSD: elf_machdep.h,v 1.4.6.2 2000/11/20 20:00:35 bouyer Exp $	*/
      2  1.4.6.2  bouyer 
      3  1.4.6.2  bouyer #include <mips/elf_machdep.h>
      4  1.4.6.2  bouyer 
      5  1.4.6.2  bouyer /*
      6  1.4.6.2  bouyer  * arc is mipsel platform
      7  1.4.6.2  bouyer  */
      8  1.4.6.2  bouyer 
      9  1.4.6.2  bouyer #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
     10  1.4.6.2  bouyer 
     11  1.4.6.2  bouyer #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
     12