1 1.2 jonathan /* $NetBSD: elf_machdep.h,v 1.2 1996/11/11 20:33:12 jonathan Exp $ */ 2 1.1 cgd 3 1.1 cgd #define ELF32_MACHDEP_ID_CASES \ 4 1.1 cgd case Elf_em_mips: \ 5 1.1 cgd break; 6 1.1 cgd 7 1.1 cgd #define ELF64_MACHDEP_ID_CASES \ 8 1.1 cgd /* no 64-bit ELF machine types supported */ 9 1.2 jonathan /* 10 1.2 jonathan * Tell the kernel ELF exec code not to try relocating the interpreter 11 1.2 jonathan * (ld.so) for dynamically-linked ELF binaries 12 1.2 jonathan */ 13 1.2 jonathan #ifdef _KERNEL 14 1.2 jonathan #define ELF_INTERP_NON_RELOCATABLE 15 1.2 jonathan #endif 16