summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/elf_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/elf_machdep.h')
-rw-r--r--sys/arch/alpha/include/elf_machdep.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/alpha/include/elf_machdep.h b/sys/arch/alpha/include/elf_machdep.h
new file mode 100644
index 00000000000..5f6c6b545f7
--- /dev/null
+++ b/sys/arch/alpha/include/elf_machdep.h
@@ -0,0 +1,9 @@
+/* $OpenBSD: elf_machdep.h,v 1.1 1996/10/30 22:39:02 niklas Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.1 1996/09/26 21:50:57 cgd Exp $ */
+
+#define ELF32_MACHDEP_ID_CASES \
+ /* no 32-bit ELF machine types supported */
+
+#define ELF64_MACHDEP_ID_CASES \
+ case Elf_em_alpha: \
+ break;