summaryrefslogtreecommitdiff
path: root/sys/arch/pica/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-29 03:05:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-29 03:05:15 +0000
commit92383d4847f9886583809f9d430a3411aa6e925c (patch)
tree8dd61408135e5791358ad10abf3336e19c8c52f9 /sys/arch/pica/include
parent84caeb3aa64af21636ab0464cce327de7bc4cc78 (diff)
enable ELF/a.out/ECOFF in machine/exec.h
Diffstat (limited to 'sys/arch/pica/include')
-rw-r--r--sys/arch/pica/include/exec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/pica/include/exec.h b/sys/arch/pica/include/exec.h
index 87dde64bf8e..9e8be1b5d21 100644
--- a/sys/arch/pica/include/exec.h
+++ b/sys/arch/pica/include/exec.h
@@ -37,4 +37,12 @@
#define __LDPGSZ 4096
+#define ELF_TARG_CLASS ELFCLASS32
+#define ELF_TARG_DATA ELFDATA2LSB
+#define ELF_TARG_MACH EM_MIPS
+
+#define DO_AOUT /* support a.out */
+#define DO_ELF /* support ELF */
+#define DO_ECOFF /* support ECOFF */
+
#include <machine/reloc.h>