diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-29 03:05:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-29 03:05:15 +0000 |
commit | 92383d4847f9886583809f9d430a3411aa6e925c (patch) | |
tree | 8dd61408135e5791358ad10abf3336e19c8c52f9 /sys/arch/pc532/include | |
parent | 84caeb3aa64af21636ab0464cce327de7bc4cc78 (diff) |
enable ELF/a.out/ECOFF in machine/exec.h
Diffstat (limited to 'sys/arch/pc532/include')
-rw-r--r-- | sys/arch/pc532/include/exec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/pc532/include/exec.h b/sys/arch/pc532/include/exec.h index ecbac2d452f..780505f14f8 100644 --- a/sys/arch/pc532/include/exec.h +++ b/sys/arch/pc532/include/exec.h @@ -47,4 +47,10 @@ struct relocation_info_pc532 { }; #define relocation_info relocation_info_pc532 +#define ELF_TARG_CLASS ELFCLASS32 +#define ELF_TARG_DATA ELFDATA2LSB +#define ELF_TARG_MACH EM_32K + +#define DO_AOUT /* support a.out */ + #endif /* _PC532_EXEC_H_ */ |