summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/elf_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/include/elf_machdep.h')
-rw-r--r--sys/arch/pmax/include/elf_machdep.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/elf_machdep.h b/sys/arch/pmax/include/elf_machdep.h
new file mode 100644
index 00000000000..d93b48b6c93
--- /dev/null
+++ b/sys/arch/pmax/include/elf_machdep.h
@@ -0,0 +1,8 @@
+/* $NetBSD: elf_machdep.h,v 1.1 1996/09/26 21:50:59 cgd Exp $ */
+
+#define ELF32_MACHDEP_ID_CASES \
+ case Elf_em_mips: \
+ break;
+
+#define ELF64_MACHDEP_ID_CASES \
+ /* no 64-bit ELF machine types supported */