Define EF_CPU32 and EF_M68000.

This commit is contained in:
thorpej 2002-01-28 21:34:48 +00:00
parent cde2b1d9c7
commit 2ef9623f96

View File

@ -1,4 +1,4 @@
/* $NetBSD: elf_machdep.h,v 1.6 2001/12/09 23:05:57 thorpej Exp $ */
/* $NetBSD: elf_machdep.h,v 1.7 2002/01/28 21:34:48 thorpej Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB
#define ELF32_MACHDEP_ID_CASES \
@ -11,6 +11,12 @@
#define ELF32_MACHDEP_ID EM_68K
/*
* Machine-dependent ELF flags. These are defined by the GNU tools.
*/
#define EF_CPU32 0x00810000
#define EF_M68000 0x01000000
#define ARCH_ELFSIZE 32 /* MD native binary size */
/* m68k relocation types */