(2014/10/14 22:34), Dave Anderson wrote:
Hello Daisuke,
Thanks for the update -- I will post my results later.
However, I note that you did not make the small ARM64 update
that I emailed to you last week:
This should be changed:
#ifdef ARM64
#define ELF_EXEC_PAGESIZE 4096
to:
#ifdef ARM64
#define ELF_EXEC_PAGESIZE PAGESIZE()
Please make that change.
I'll merge this in the next rc release.
--
Thanks.
HATAYAMA, Daisuke