[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/4463] Large, appareantly useless block of zeros inserted after e
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug ld/4463] Large, appareantly useless block of zeros inserted after elf header |
Date: |
5 May 2007 03:22:38 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2007-05-05
04:22 -------
Not a bug. The x86_64 linux linker creates executables so that they can run for
a page size of 0x200000. Demand paging requires that virtual memory address
modulo page size be equal to file offset modulo page size.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=4463
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.