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