From 6c0539d933458ca5bc6e048d4cca4b5ab7259297 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Thu, 30 May 1996 17:08:19 +0000 Subject: Prepare for exec_elf.c changes --- sys/arch/pica/include/exec.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sys/arch/pica/include') diff --git a/sys/arch/pica/include/exec.h b/sys/arch/pica/include/exec.h index 9e8be1b5d21..d7ec6218317 100644 --- a/sys/arch/pica/include/exec.h +++ b/sys/arch/pica/include/exec.h @@ -37,12 +37,20 @@ #define __LDPGSZ 4096 +/* + * Define what exec "formats" we should handle. + */ +#define NATIVE_EXEC_ELF +#define EXEC_SCRIPT + #define ELF_TARG_CLASS ELFCLASS32 #define ELF_TARG_DATA ELFDATA2LSB #define ELF_TARG_MACH EM_MIPS +/* + * This is what we want nlist(3) to handle. + */ #define DO_AOUT /* support a.out */ #define DO_ELF /* support ELF */ #define DO_ECOFF /* support ECOFF */ -#include -- cgit v1.2.3