[Qemu-devel] [PATCH 0/4] fp-test fixes

Emilio G. Cota posted 4 patches 6 years, 9 months ago
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test asan failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190122201042.26394-1-cota@braap.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, "Alex Bennée" <alex.bennee@linaro.org>
[Qemu-devel] [PATCH 0/4] fp-test fixes
Posted by Emilio G. Cota 6 years, 9 months ago
Fix the issues reported by Peter in this thread:
  https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg04135.html

The most important fix is in patch 4 -- I forgot to include config-host.h
from platform.h! Thanks to Alex for pointing out on IRC that LITTLEENDIAN
was not consistently defined, that was the hint I needed to find the problem.

This series applies on top of Alex's fpu/next branch. With them,
`make check-softfloat' works on both little and big endian hosts.

Thanks,

		Emilio