]> git.proxmox.com Git - qemu.git/commit
linux-user: Make sure NWFPE code is 32 bit ARM only
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2013 19:12:17 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commit848d72cdd894e3a883118fd0f1ede14ff66bfa21
tree368162266c5872899e6fbe7b5fd798bc21e61e15
parent1744aea182d0fe20e190d037ccf225cbe05e96ae
linux-user: Make sure NWFPE code is 32 bit ARM only

On ARM, linux-user emulation includes NWFPE support for emulating the
ancient FPA floating point coprocessor. This has long since been
superseded by VFP and is only required for legacy binaries. The
AArch64 linux-user target doesn't compile in NWFPE support, so make
sure the relevant code is protected by suitable ifdefs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-18-git-send-email-peter.maydell@linaro.org
linux-user/qemu.h