From be64b1946b47087fda2e48cfba759cbb4fdfaada Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 8 Aug 2018 21:16:07 +0530 Subject: [aarch64] Fix value of MIN_PAGE_SIZE for testing MIN_PAGE_SIZE is normally set to 4096 but for testing it can be set to 16 so that it exercises the page crossing code for every misaligned access. The value was set to 15, which is obviously wrong, so fixed as obvious and tested. * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE): Fix value. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3bb06f596..37fe532a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-08 Siddhesh Poyarekar + + * sysdeps/aarch64/strlen.S [TEST_PAGE_CROSS](MIN_PAGE_SIZE): + Fix value. + 2018-08-08 Joseph Myers * math/libm-test-nextdown.inc (do_test): Move comment to .... -- cgit v1.2.3