Home | History | Annotate | Line # | Download | only in include
elf_machdep.h revision 1.1
      1  1.1  eeh /*	$NetBSD: elf_machdep.h,v 1.1 1998/06/20 04:58:51 eeh Exp $	*/
      2  1.1  eeh 
      3  1.1  eeh #define	ELF32_MACHDEP_ID_CASES						\
      4  1.1  eeh 		case Elf_em_sparc:					\
      5  1.1  eeh 		case Elf_em_sparc32plus:				\
      6  1.1  eeh 			break;
      7  1.1  eeh 
      8  1.1  eeh #define	ELF64_MACHDEP_ID_CASES						\
      9  1.1  eeh 		case Elf_em_sparc32plus:				\
     10  1.1  eeh 			break;
     11