Add missing <machine/elf.h> for compound arches.
authormiod <miod@openbsd.org>
Sun, 14 Jul 2024 19:33:59 +0000 (19:33 +0000)
committermiod <miod@openbsd.org>
Sun, 14 Jul 2024 19:33:59 +0000 (19:33 +0000)
The spice^Wkernel must flow^Wbuild.

sys/arch/armv7/include/elf.h [new file with mode: 0644]
sys/arch/landisk/include/elf.h [new file with mode: 0644]
sys/arch/loongson/include/elf.h [new file with mode: 0644]
sys/arch/luna88k/include/elf.h [new file with mode: 0644]
sys/arch/macppc/include/elf.h [new file with mode: 0644]
sys/arch/octeon/include/elf.h [new file with mode: 0644]

diff --git a/sys/arch/armv7/include/elf.h b/sys/arch/armv7/include/elf.h
new file mode 100644 (file)
index 0000000..3b40e30
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <arm/elf.h>
diff --git a/sys/arch/landisk/include/elf.h b/sys/arch/landisk/include/elf.h
new file mode 100644 (file)
index 0000000..4e33ea3
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <sh/elf.h>
diff --git a/sys/arch/loongson/include/elf.h b/sys/arch/loongson/include/elf.h
new file mode 100644 (file)
index 0000000..363e168
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <mips64/elf.h>
diff --git a/sys/arch/luna88k/include/elf.h b/sys/arch/luna88k/include/elf.h
new file mode 100644 (file)
index 0000000..404ef20
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <m88k/elf.h>
diff --git a/sys/arch/macppc/include/elf.h b/sys/arch/macppc/include/elf.h
new file mode 100644 (file)
index 0000000..430ae44
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <powerpc/elf.h>
diff --git a/sys/arch/octeon/include/elf.h b/sys/arch/octeon/include/elf.h
new file mode 100644 (file)
index 0000000..363e168
--- /dev/null
@@ -0,0 +1,3 @@
+/*     $OpenBSD: elf.h,v 1.1 2024/07/14 19:33:59 miod Exp $    */
+
+#include <mips64/elf.h>