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