Cross Reference: elf_machdep.h
xref: /src/sys/arch/evbmips/include/elf_machdep.h
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/evbmips/include/
elf_machdep.h revision 1.1
11.1Ssimonb/*	$NetBSD: elf_machdep.h,v 1.1 2002/03/07 14:44:00 simonb Exp $	*/
21.1Ssimonb
31.1Ssimonb#include <mips/elf_machdep.h>
41.1Ssimonb
51.1Ssimonb#if defined(__MIPSEB__)
61.1Ssimonb#define	ELF32_MACHDEP_ENDIANNESS	ELFDATA2MSB
71.1Ssimonb#elif defined(__MIPSEL__)
81.1Ssimonb#define	ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
91.1Ssimonb#else
101.1Ssimonb#error neither __MIPSEL__ nor __MIPSEB__ are defined.
111.1Ssimonb#endif
12

Indexes created Mon Nov 10 17:20:41 GMT 2025