Message ID | 20240802235617.7971-7-imp@bsdimp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | For 9.2: A bunch of cleanups and work towards variable pagesize support | expand |
On 8/3/24 09:56, Warner Losh wrote: > bsd-user doesn't have support for loading FLT binaries. > > Signed-off-by: Warner Losh<imp@bsdimp.com> > --- > bsd-user/qemu.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index f18a54cc933..b97a902a4c2 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -164,8 +164,6 @@ int loader_exec(const char *filename, char **argv, char **envp, struct bsd_binprm *bprm); int load_elf_binary(struct bsd_binprm *bprm, struct image_info *info); -int load_flt_binary(struct bsd_binprm *bprm, struct target_pt_regs *regs, - struct image_info *info); int is_target_elf_binary(int fd); abi_long memcpy_to_target(abi_ulong dest, const void *src,
bsd-user doesn't have support for loading FLT binaries. Signed-off-by: Warner Losh <imp@bsdimp.com> --- bsd-user/qemu.h | 2 -- 1 file changed, 2 deletions(-)