NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/52934 (The binary whitch has 4K p_aligin in the Elf Phdr cause to system hangup in the NetBSD/earm RPI (Kernel PageSize is 8k).)
The following reply was made to PR port-arm/52934; it has been noted by GNATS.
From: Yasushi Oshima <oshima-ya%yagoto-urayama.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-arm/52934 (The binary whitch has 4K p_aligin in the Elf
Phdr cause to system hangup in the NetBSD/earm RPI (Kernel PageSize is
8k).)
Date: Sat, 14 Jul 2018 15:04:39 +0900 (JST)
> Is the change mentioned by nick also necessary? do binaries get marked with 4k p_align normally? how about Go binaries?
I think that it is not necessary.
If a binary which marked p_align with 4k, it will not work on earmv6
or earmv7 with 8k PAGESIZE.
In the current go/arm binary, p_align has been changed to 64k, and
now working. This is the same as standard toolchain(Gnu ld,...).
Thanks.
Home |
Main Index |
Thread Index |
Old Index