1 /* $NetBSD: elf_machdep.h,v 1.3 2001/12/09 23:05:59 thorpej Exp $ */ 2 3 #ifndef _MACHINE_ELF_MACHDEP_H_ 4 #define _MACHINE_ELF_MACHDEP_H_ 5 6 #include <m68k/elf_machdep.h> 7 8 #undef ELF32_MACHDEP_ID_CASES 9 #define ELF32_MACHDEP_ID_CASES \ 10 case EM_68000: \ 11 break; 12 13 #undef ELF32_MACHDEP_ID 14 #define ELF32_MACHDEP_ID EM_68000 15 16 #endif 17