aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64/libm-test-ulps
AgeCommit message (Collapse)Author
2014-02-11Relocate AArch64 from ports to libc.Marcus Shawcroft
This patch moves the AArch64 port to the main sysdeps hierarchy. The move is essentially: git mv ports/sysdeps/aarch64 sysdeps/aarch64 git mv ports/sysdeps/unix/sysv/linux/aarch64 sysdeps/unix/sysv/linux/aarch64 The README is updated and I've updated ChangeLog.aarch64 along the lines of the ARM move. The AArch64 build has been tested to confirm that there were no changes in objdump -dr output or the shared objects.
2014-01-29[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft
Re-generate libm-test-ulps from scratch.
2014-01-07[AArch64] Remove sqrt from libm-test-ulpsMarcus Shawcroft
2014-01-01[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft
2013-12-17[AArch64] libm-test-ulps regenerated from scratch.Marcus Shawcroft
2013-12-17[AArch64] Back out sqrt() addition to libm-test-ulps.Marcus Shawcroft
2013-12-11[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft
2013-07-05[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-02-14aarch64: Update libm-test-ulps.Marcus Shawcroft
2012-12-07aarch64: Regenerate libm-test-ulps.Marcus Shawcroft
2012-11-22aarch64: Re-generate libm-test-ulps.Marcus Shawcroft
2012-11-09AArch64 PortMarcus Shawcroft