loader: update elf module code from FreeBSD
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 21:59:53 +0000 (23:59 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 3 Sep 2009 23:17:49 +0000 (01:17 +0200)
commit6f3c5d3d3591ea2a7bfc699adb472acd95bf4578
tree4625896d6e8236998a8461fd531d3de385c7cf6b
parent28730bd3639a2dada4934c7939e701ea4e6ace5a
loader: update elf module code from FreeBSD
15 files changed:
sys/boot/common/Makefile.inc
sys/boot/common/bootstrap.h
sys/boot/common/load_elf.c
sys/boot/common/load_elf32.c
sys/boot/common/load_elf32_obj.c [new file with mode: 0644]
sys/boot/common/load_elf64.c
sys/boot/common/load_elf64_obj.c [new file with mode: 0644]
sys/boot/common/load_elf_obj.c [new file with mode: 0644]
sys/boot/common/misc.c
sys/boot/common/reloc_elf.c [new file with mode: 0644]
sys/boot/common/reloc_elf32.c [new file with mode: 0644]
sys/boot/common/reloc_elf64.c [new file with mode: 0644]
sys/boot/pc32/libi386/elf32_freebsd.c
sys/boot/pc32/libi386/elf64_freebsd.c
sys/boot/pc32/loader/conf.c