commit | 5056a5989cb535eb47b946e8e654f48ad1b3ec8f | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Apr 25 09:39:45 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:13 2018 +0100 |
tree | a1a40d4082f8170b8fb76ed0c697878b423782b8 | |
parent | 6752e61839efd6aaef06342985328ab0a83ba17b [diff] |
Minor portability and warning fixes in the existing test code Some parts of the test code only worked on arm and aarch64 targets. This patch tries to fix most portability issues: fix fenv api usage, remove non-portable endianness check, rename identifiers colliding with reserved POSIX symbol names. Fix some uninitialized warnings too.