NetBSD/sys/arch/pmax/include/elf_machdep.h
ad 838b5e08c9 - Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
  that do nothing except function as mips header wrappers).
2000-01-09 15:34:41 +00:00

15 lines
334 B
C

/* $NetBSD: elf_machdep.h,v 1.4 2000/01/09 15:34:42 ad Exp $ */
#ifndef _PMAX_ELF_MACHDEP_H_
#define _PMAX_ELF_MACHDEP_H_
#include <mips/elf_machdep.h>
/*
* pmaxes are mipsel machines
*/
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
#endif /* !_PMAX_ELF_MACHDEP_H_ */