diff options
Diffstat (limited to 'stand/common/reloc_elf32.c')
-rw-r--r-- | stand/common/reloc_elf32.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stand/common/reloc_elf32.c b/stand/common/reloc_elf32.c new file mode 100644 index 0000000000000..03d9d73bab7ff --- /dev/null +++ b/stand/common/reloc_elf32.c @@ -0,0 +1,6 @@ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + +#define __ELF_WORD_SIZE 32 + +#include "reloc_elf.c" |