summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/include/exec.h')
-rw-r--r--sys/arch/hp300/include/exec.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/hp300/include/exec.h b/sys/arch/hp300/include/exec.h
index 5e068296ea5..b19b2fda177 100644
--- a/sys/arch/hp300/include/exec.h
+++ b/sys/arch/hp300/include/exec.h
@@ -30,7 +30,7 @@
#ifndef _MACHINE_EXEC_H_
#define _MACHINE_EXEC_H_
-#define __LDPGSZ 4096
+#define __LDPGSZ 8192
/* Relocation format. */
struct relocation_info_m68k {
@@ -46,4 +46,11 @@ struct relocation_info_m68k {
};
#define relocation_info relocation_info_m68k
+#define ELF_TARG_CLASS ELFCLASS32
+#define ELF_TARG_DATA ELFDATA2MSB
+#define ELF_TARG_MACH EM_68K
+
+#define DO_AOUT /* support a.out */
+#define DO_ELF /* support ELF */
+
#endif /* _MACHINE_EXEC_H_ */