From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@lucon.org (H.J. Lu) To: rth@cygnus.com (Richard Henderson) Cc: ian@zembu.com, binutils@sourceware.cygnus.com Subject: Re: Variable page size for ELF Date: Sun, 11 Jul 1999 13:22:00 -0000 Message-id: <19990711202251.0A49B57BA@ocean.lucon.org> References: <19990711130208.A20897@cygnus.com> X-SW-Source: 1999-q3/msg00136.html > > On Sun, Jul 11, 1999 at 10:38:05AM -0700, H.J. Lu wrote: > > I got the request from our IA64 people. > > It seems quite likely that they want -N. > > If not, have one of them call me tomorrow so I can figure out what it > is that they are trying to accomplish, because this request makes no > sense to me at all. > They don't want -N. There are several usages I can think of 1. Some OSes do support variable page size. IRIX is one of them. But you need some way to tell the system what page size you want. It is possible that one day Linux will support variable page size on platforms where the hardware support is available. 2. IA32 has 4K page size. But we may want to use a different page size for IA32 binaries when run them under IA64. 3. The page size of Linux/IA64 may change due to various reasons. It will be helpful to change page size via linker command line. -- H.J. Lu (hjl@gnu.org)