http://sourceware.org/bugzilla/show_bug.cgi?id=12376

--- Comment #10 from Ian Lance Taylor <ian at airs dot com> 2011-02-14 21:46:11 
UTC ---
If you arrange for the data section to start on a new page, then the linker
will always put that data section on a new page in the file.  It has to,
because ELF specifies that the file offset is always equal to the page offset
modulo the page size (unless you link with -N or -n).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to