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