Re: GNU_RELRO support broken on mips64e[bl] (Was: "security/sudo" gets SIGBUS on Lemote Yeeloong (LOONGSON))
Rin Okuyama <[email protected]> Sun, 11 Sep 2016 23:51:38 +0900
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2016/09/11 17:55, Nick Hudson wrote: > This is a problem due to the new page size of 8KB. > > erlite# cc -Wl,-z,relro -Wl,-z,common-page-size=0x2000 hello.c && ./a.out > hello > erlite# > > Still thinking how to best fix this... Thank you very much for your comment. I understand the situation. Rin