[Libhugetlbfs-devel] [PATCH] put address of zero size file segment above 0x80000000

2014-11-25 Thread Petr Holasek
n the address of file segment is set above 0x8000, binary is linked properly and testcase passes. Signed-off-by: Petr Holasek --- tests/zero_filesize_segment.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zero_filesize_segment.ld b/tests/zero_filesize_segment.ld

Re: [Libhugetlbfs-devel] [PATCH] put address of zero size file segment above 0x80000000

2014-12-15 Thread Petr Holasek
On Sat, 13 Dec 2014, Eric B Munson wrote: > On Tue, 25 Nov 2014, Petr Holasek wrote: > > > zero_filesize_segment tescase fails on s390x with segfault because program > > header virtual address is set to very low value below zSeries default > > 0x8000 address. > &