summaryrefslogtreecommitdiffstats
path: root/stand/common/load_elf32_obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/common/load_elf32_obj.c')
-rw-r--r--stand/common/load_elf32_obj.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stand/common/load_elf32_obj.c b/stand/common/load_elf32_obj.c
new file mode 100644
index 0000000..94b0896
--- /dev/null
+++ b/stand/common/load_elf32_obj.c
@@ -0,0 +1,7 @@
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+#define __ELF_WORD_SIZE 32
+#define _MACHINE_ELF_WANT_32BIT
+
+#include "load_elf_obj.c"
OpenPOWER on IntegriCloud