Searched hist:"848 d72cd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 848d72cd Tue Sep 03 14:12:17 CDT 2013 Peter Maydell <peter.maydell@linaro.org> 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
|