1 1.11.28.1 pgoyette /* $NetBSD: elf_machdep.h,v 1.11.28.1 2018/05/21 04:36:02 pgoyette Exp $ */ 2 1.1 jmcneill 3 1.3 jmcneill /* 4 1.11.28.1 pgoyette * Automatically generated by ./genheaders.sh on Wed May 16 14:39:02 CEST 2018 5 1.3 jmcneill * Do not modify directly! 6 1.1 jmcneill */ 7 1.3 jmcneill #ifndef _USERMODE_ELF_MACHDEP_H 8 1.3 jmcneill #define _USERMODE_ELF_MACHDEP_H 9 1.1 jmcneill 10 1.3 jmcneill #if defined(__i386__) 11 1.3 jmcneill #include "../../i386/include/elf_machdep.h" 12 1.3 jmcneill #elif defined(__x86_64__) 13 1.3 jmcneill #include "../../amd64/include/elf_machdep.h" 14 1.11 jmcneill #elif defined(__arm__) 15 1.11 jmcneill #include "../../arm/include/elf_machdep.h" 16 1.3 jmcneill #else 17 1.3 jmcneill #error port me 18 1.3 jmcneill #endif 19 1.11 jmcneill #ifdef ELF_MD_PROBE_FUNC 20 1.11 jmcneill #undef ELF_MD_PROBE_FUNC 21 1.11 jmcneill #endif 22 1.1 jmcneill 23 1.3 jmcneill #endif 24