]> xenbits.xensource.com Git - qemu-xen.git/commit
bsd-user: elf cleanup
authorWarner Losh <imp@FreeBSD.org>
Wed, 4 Aug 2021 23:13:24 +0000 (17:13 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
commit98b34d354b5da78880cb39dc3a7db91c790f7c7d
tree45340ad0ade387478d3490060463112b02d97059
parentc336094c5c4c1159b96b7bff074579f055e8aea2
bsd-user: elf cleanup

Move OS-dependent defines into target_os_elf.h. Move the architectural
dependent stuff into target_arch_elf.h. Adjust elfload.c to use
target_create_elf_tables instead of create_elf_tables.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
Signed-off-by: Justin Hibbits <chmeeedalf@gmail.com>
Signed-off-by: Alexander Kabaev <kan@FreeBSD.ORG>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
bsd-user/elfload.c
bsd-user/freebsd/target_os_elf.h [new file with mode: 0644]
bsd-user/netbsd/target_os_elf.h [new file with mode: 0644]
bsd-user/openbsd/target_os_elf.h [new file with mode: 0644]
bsd-user/qemu.h