Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / sun2 / include / elf_machdep.h
blobd9a544d95d2c9da736531637bf450d064a8eae9c
1 /* $NetBSD: elf_machdep.h,v 1.4 2002/01/28 21:52:49 thorpej Exp $ */
3 #ifndef _MACHINE_ELF_MACHDEP_H_
4 #define _MACHINE_ELF_MACHDEP_H_
6 #include <m68k/elf_machdep.h>
8 /*
9 * The 68010 can't execute binaries for 68020-and-up.
11 #define ELF32_EHDR_FLAGS_OK(eh) \
12 (((eh)->e_flags & EF_M68000) != 0)
14 #endif