]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/elfload.c
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:33 +0000 (15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:33 +0000 (15:19 +0000)
commitb8d6ac9f90d047cbc8e06366ae33b71ea9c5232c
tree1658d990c1e8b6d19b28e6966e95fd2ff3680562
parent2ccf97ec0f1b7a62a3220064f305454f3932c55a
bsd-user/elfload.c: Don't use ldl() or ldq_raw()

Use get_user_u64() and get_user_ual() instead of the ldl() and
ldq_raw() functions.

[Note that this change is not compile tested as it is actually
in dead code -- none of the bsd-user configurations are PPC.]

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1421334118-3287-6-git-send-email-peter.maydell@linaro.org
bsd-user/elfload.c